UIActivityIndicatorView UIActionSheet modal loading screen

How do I show a loading screen?  A modal loading indicator. So you need to do a web request and wait for a response, you don’t want the user to interfere while this is happening?  Welcome UIActionSheet and UIActivityIndicatorView. So I send a multi-form http post request, and need to wait for a response. Just […]

Posted on March 3, 2009 at 9:04 am by Jordan Carter · Permalink · One Comment
In: Iphone · Tagged with: , ,

How to popup a UIPickerView from the bottom of a UIScrollView in response to UITextField selection

Add a UIPickerView and have it popup into screen when the user clicks on a UITextField. All done using UIActionSheets

Posted on February 25, 2009 at 4:37 pm by Jordan Carter · Permalink · 12 Comments
In: Iphone · Tagged with: , , ,