Releases: pmusolino/PMAlertController
Releases · pmusolino/PMAlertController
4.0.1
- Make added Textfields accessible again from Obj-C #96
4.0.0
- Support for Swift 5 and Xcode 10.2
- Added alert content stack view and alert style properties + validations to hide the title and description labels if the passed strings are nil #82
- Allow custom text fields to be added. #76
3.5.0
- Support for Swift 4.2 and Xcode 10 #71
- Allow objective-c classes to access
gravityDismissAnimation
& dismissWithBackgroudTouch
#70
3.4.0
- Now the alert has new custom paddings #61
- Added React Native module in readme #62
3.3.0
- Fix warnings on Xcode 9.3
- Updated project URL on podspec file
3.2.0
Now the PMAlertAction callback is called after that the alert was dismissed.
References:
3.1.0
Now you can hide text labels easily. The alert resizes itself accordingly.
3.0.0
Swift 4 and Xcode 9 support
2.1.3
Separator property inside PMAlertAction is now "open"
References:
#50
2.1.2
Deprecated M_PI in Swift 3.1 substituted with Double.pi
References:
#41