PMAlertController

PMAlertController is a great and customizable alert that can substitute UIAlertController

MIT License

Stars
2.5K
Committers
18

Bot releases are hidden (Show)

PMAlertController - Latest Release

Published by pmusolino about 4 years ago

  • Make added Textfields accessible again from Obj-C #96
PMAlertController -

Published by pmusolino over 5 years ago

PMAlertController -

Published by pmusolino about 6 years ago

PMAlertController -

Published by pmusolino over 6 years ago

PMAlertController -

Published by pmusolino over 6 years ago

  • Fix warnings on Xcode 9.3
  • Updated project URL on podspec file
PMAlertController -

Published by pmusolino almost 7 years ago

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

References:

PMAlertController -

Published by pmusolino almost 7 years ago

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

PMAlertController -

Published by pmusolino about 7 years ago

Swift 4 and Xcode 9 support

PMAlertController -

Published by pmusolino about 7 years ago

Separator property inside PMAlertAction is now "open"

References:
https://github.com/Codeido/PMAlertController/issues/50

PMAlertController -

Published by pmusolino over 7 years ago

Deprecated M_PI in Swift 3.1 substituted with Double.pi

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

PMAlertController -

Published by pmusolino over 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

PMAlertController -

Published by pmusolino over 7 years ago

PMAlertController now supports Text Fields! 🎊

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

PMAlertController -

Published by pmusolino about 8 years ago

Fix header UIImageView constraints

PMAlertController -

Published by pmusolino about 8 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

PMAlertController -

Published by pmusolino about 8 years ago

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

Use

pod 'PMAlertController' , '~> 1.1.0'
PMAlertController -

Published by pmusolino about 8 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.

PMAlertController -

Published by pmusolino over 8 years ago

  • Different animation between Cancel And Default
PMAlertController -

Published by pmusolino over 8 years ago

  • Carthage support
PMAlertController -

Published by pmusolino over 8 years ago

  • Objective-C compatibility
PMAlertController -

Published by pmusolino over 8 years ago

  • Now some properties are marked as public.
  • Animation dismiss with gravity, using UIKit Dynamics
Package Rankings
Top 2.42% on Cocoapods.org
Badges
Extracted from project README
Language GitHub license Pod version Carthage Compatible
Related Projects