KVAlertController 1.0.2

KVAlertController 1.0.2

Maintained by Vu Van Khac.



  • By
  • Vu Van Khac

KVAlertController

[![CI Status](https://img.shields.io/travis/Vu Van Khac/KVAlertController.svg?style=flat)](https://travis-ci.org/Vu Van Khac/KVAlertController) Version License Platform

Example

  • Updating

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 10.0+
  • Swift 5.0

Installation

KVAlertController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'KVAlertController', '~> 1.0.2'

Show default alert:

KVAlertController.shared.showIn(self, title: "KVAlertController", message: "My fullname is Vu Van Khac", cancelTitle: "CANCEL", cancelAction: {
    print("Cancel")
}, submitTitle: "OK", submitAction: {
    print("OK")
})

Author

Vu Van Khac, [email protected]

License

KVAlertController is available under the MIT license. See the LICENSE file for more info.