Monthly Archives February 2013

iOS: Text input on popup dialog box

Before iOS 5 there was not an easy way to create a text input box inside a popup dialog box (UIAlertView). So on a project I was working on, I figured out a way to create one. This works with iOS 4 and up. I also have provided iOS 5’s new way of doing it […]