To run the example project, clone the repo, and run pod install from the Example directory first.
iOS 9.0+
Swift 5+
AlertServiceLibrary is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AlertServiceLibrary'import AlertServiceiOS //import the library
let alertService = AlertService() //create an object
let alertVC = alertService.alert(type: .success,headLabelTitle: "Head Label",alertReasonText: "Alert",showCancelButton: true) //customisin alert
self.present(alertVC, animated: true) //presenting the alert view
jay-agrawal, 48161576+jay-agrawal@users.noreply.github.com
AlertServiceLibrary is available under the MIT license. See the LICENSE file for more info.