Skip to content

Releases: pmusolino/PMAlertController

2.1.1

21 Mar 10:07
Compare
Choose a tag to compare

Now is possible to dismiss an alert with a background tap.
This feature is disabled by default, so no worries for standard usage.

References:
#38

2.1.0

18 Jan 12:02
Compare
Choose a tag to compare

PMAlertController now supports Text Fields! 🎊

Add a text field is really simple

alertVC.addTextField { (textField) in
            textField?.placeholder = "Location..."
        }

References:
#27
#34

2.0.1

01 Oct 09:37
Compare
Choose a tag to compare

Fix header UIImageView constraints

2.0.0

18 Sep 18:55
Compare
Choose a tag to compare

Swift 3.0 and Xcode 8 support.

Changes:
This new version now use a header view instead of image, that is more flexible for show dynamic information besides the title and text. The old imageview is now contained inside the header view.

  • alertImageHeightConstraint has been replaced by headerViewHeightConstraint

References:
#14
#15

1.1.0

14 Sep 14:27
Compare
Choose a tag to compare

Swift 2.3 and Xcode 8 support + optimizations.
Available on Cocoapods.

Use

pod 'PMAlertController' , '~> 1.1.0'

1.0.5

03 Aug 09:14
Compare
Choose a tag to compare

Now alertStackViewHeightConstraint is public.
See this pull request for more info: #21

NB: this release use Swift 2.2.

1.0.4

27 May 13:37
Compare
Choose a tag to compare
  • Different animation between Cancel And Default

1.0.3

22 May 16:55
Compare
Choose a tag to compare
  • Carthage support

1.0.2

21 May 14:06
Compare
Choose a tag to compare
  • Objective-C compatibility

1.0.1

19 May 15:03
Compare
Choose a tag to compare
  • Now some properties are marked as public.
  • Animation dismiss with gravity, using UIKit Dynamics