JHTAlertController
JHTAlertController copied to clipboard
A custom iOS alert that replaces the stock UIAlertController. Easily style the alert to match your app. Written in Swift for iOS.
The new modality presentations in iOS are causing the JHTAlertController to present the alert in unexpected places on the iPad. Specifically when the iPad is in a split view configuration...
- Updated to work with the latest Swift Package Manager - Bumped Swift language version to 5.0
Hi, Is there any way to handle the height for title label if we have to just show message, means there should be 0 height for title label.
Currently, you can only show a string with set font and colors. `UILabel` has a property called `attributedText` that could be added to the messageLabel so users can have attributed...
pls see the attachment 
- Swift 4.0 Support - Added Attributed Message Support - Improved Warnings
Fixes non-functional return key on keyboard when more than one text field is present in an alert controller. E.g. password confirmation alert controller. After inputting text for the first field,...