Archive for the ‘Code’ Category

Universal apps & iPod touch

We had a really peculiar bug that was discovered just as we were about to deliver a final drop of an app that we developed for a client. The app is intended to run on iPad and iPhone — its a universal app.  The problem was that although the app ran fine on the iPad [...]

Progress Indicating UILabels

Just for fun . . .

Using a UIImage directly in your UIWebView

If you have a UIImage that you need to put into a UIWebView, you have a couple choices on how to go about the task. (Note that when I say UIImage, I mean a reference to a UIImage.  Not an NSString with the name of the image, but the image itself.) Option 1 Write the [...]