Skip to content

jay-agrawal/AlertServiceLibrary

Repository files navigation

AlertServiceLibrary

CI Status Version License Platform

Example

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

Requirements

iOS 9.0+
Swift 5+

Installation

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

pod 'AlertServiceLibrary'

Getting Started

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

Author

jay-agrawal, 48161576+jay-agrawal@users.noreply.github.com

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published