Skip to content

Releases: pmusolino/PMAlertController

4.0.1

07 Sep 13:13
Compare
Choose a tag to compare
  • Make added Textfields accessible again from Obj-C #96

4.0.0

27 Mar 16:43
Compare
Choose a tag to compare
  • 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

23 Sep 16:24
ee21dd5
Compare
Choose a tag to compare
  • Support for Swift 4.2 and Xcode 10 #71
  • Allow objective-c classes to access gravityDismissAnimation & dismissWithBackgroudTouch #70

3.4.0

22 Apr 19:26
Compare
Choose a tag to compare
  • Now the alert has new custom paddings #61
  • Added React Native module in readme #62

3.3.0

10 Apr 16:37
Compare
Choose a tag to compare
  • Fix warnings on Xcode 9.3
  • Updated project URL on podspec file

3.2.0

16 Jan 14:24
Compare
Choose a tag to compare

Now the PMAlertAction callback is called after that the alert was dismissed.

References:

3.1.0

12 Dec 12:09
Compare
Choose a tag to compare

Now you can hide text labels easily. The alert resizes itself accordingly.

3.0.0

25 Sep 18:33
Compare
Choose a tag to compare

Swift 4 and Xcode 9 support

2.1.3

29 Aug 09:01
Compare
Choose a tag to compare

Separator property inside PMAlertAction is now "open"

References:
#50

2.1.2

29 Mar 09:27
Compare
Choose a tag to compare

Deprecated M_PI in Swift 3.1 substituted with Double.pi

References:
#41