Skip to content

API similar to UIAlertController, backwards compatible to iOS 7. Will use the new shiny API when you run iOS 8.

License

Notifications You must be signed in to change notification settings

86/PSTAlertController

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSTAlertController

API similar to UIAlertController, backwards compatible to iOS 7. Will use the new shiny API when you run iOS 8.

We cheat a bit by having PSTAlertController superclass be NSObject, but for most use cases it's still a lot more convenient than using UIAlertView/UIActionSheet.

Functions that are only possible since UIAlertController are not back-ported. This is a simple wrapper to make your life more convenient, not a complete rewrite.

Written for PSPDFKit, The leading framework for displaying and annotating PDFs in your iOS apps.. It's a commercial library, but sometimes I just love to share.

Compatbility

Tested with iOS 7 upwards, Xcode 6.1 and ARC.

License

MIT, see LICENSE file.

About

API similar to UIAlertController, backwards compatible to iOS 7. Will use the new shiny API when you run iOS 8.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 96.1%
  • Ruby 3.9%