Skip to content

A mild improvement over directly using UIAlertView with automatic prevention of duplicate alerts and a block-completion method allowing you to add actions to alerts without implementing UIAlertViewDelegate

Notifications You must be signed in to change notification settings

clozach/CLAlertViewManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CLAlertViewManager offers a mild improvement over directly using UIAlertView. It uses the title or message of your alert to prevent the user from seeing duplicate alerts. It also includes a block-completion method allowing you to add actions to alerts without implementing UIAlertViewDelegate.

All of the information you need to use it is in CLAlertViewManager.h.

About

A mild improvement over directly using UIAlertView with automatic prevention of duplicate alerts and a block-completion method allowing you to add actions to alerts without implementing UIAlertViewDelegate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published