Archive for February 2010

Keeping it DRY with Objective-C Categories

The iPad app I’m working on has several screens where I need to make asynchronous HTTP requests. For a nice user experience, I need to show some sort of “please wait” message so the user knows something is going on.
To do this, I built a simple UIViewController with a xib that has a transparent [...]