FMSAlertManager added to GitHub
Friday, October 5, 2012 at 5:54PM
Richard Warren in FMSAlertManager, GitHub, Open Source, UIAlertView, iOS

Ok, I've tried to create my first GitHub repository. I think I did something wrong, however. It lists the project as Javascript, not Objective-C. If you know how to fix this--or if you see anything else I screwed up--please let me know.

Still, this is an updated version of the block-based UIAlertView API I described in this post.

After using the code in my own projects, I made a number of small improvements. For example, it can now auto-close alert views when the app goes into the background, and you can get access to the alert view instance so you can programatically press buttons or dismiss it. I've also created Docset documentation.

Check it out here: https://github.com/rikiwarren/FMSAlertManager.

Article originally appeared on Freelance Mad Science Labs (http://www.freelancemadscience.com/).
See website for complete article licensing information.