Less Hustle, More Clarity
ALRT.create(.alert, title: "Alert?").addOK().addCancel().show()- Chainable UIAlertController Setup Methods
- Support
.alertand.actionSheetUIAlertController.Style - Support
UITextfieldUIAlertAction(.alertonly) - Returns
Resultwhether an alert is successfully displayed. In other words, Unit Testable.
- Xcode 10.2
- Swift 5.0
- iOS 9.0+
github "mshrwtnb/ALRT" ~> 1.3.4
pod repo update
pod 'ALRT', '~> 1.3.4'
ALRT is released under the MIT license. See LICENSE for details.