PMAlertController Versions Save

PMAlertController is a great and customizable alert that can substitute UIAlertController

2.1.1

7 years ago

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

References: https://github.com/Codeido/PMAlertController/pull/38

2.1.0

7 years ago

PMAlertController now supports Text Fields! :confetti_ball:

Add a text field is really simple

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

References: https://github.com/Codeido/PMAlertController/pull/27 https://github.com/Codeido/PMAlertController/pull/34

2.0.1

7 years ago

Fix header UIImageView constraints

2.0.0

7 years ago

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: https://github.com/Codeido/PMAlertController/issues/14 https://github.com/Codeido/PMAlertController/issues/15

1.1.0

7 years ago

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

Use

pod 'PMAlertController' , '~> 1.1.0'

1.0.5

7 years ago

Now alertStackViewHeightConstraint is public. See this pull request for more info: https://github.com/Codeido/PMAlertController/pull/21

NB: this release use Swift 2.2.

1.0.4

8 years ago
  • Different animation between Cancel And Default

1.0.3

8 years ago
  • Carthage support

1.0.2

8 years ago
  • Objective-C compatibility

1.0.1

8 years ago
  • Now some properties are marked as public.
  • Animation dismiss with gravity, using UIKit Dynamics