Archive for the ‘iPhone’ Category

60 songs, 60 minutes… can you guess them all?

Monday, January 11th, 2010

In August I began work on Disposable Apps. A new company focusing on iPhone software with my friend Jacob Wyke. Our first application was to be called Powerhour, after a popular musical drinking game. We built the application and submitted it near the beginning of September. 3 weeks later I got an email from Apple [...]

Improve Performance and Draw Your Own Strings on iPhone

Monday, August 3rd, 2009

Introduction Programmers are lazy. If you are going to have some no-frills text on the screen that does not change too often an UILabel is the way to go. Changing the is very simple. It’s just a matter of: myLabel.text = @"Change that text!"; What happens when you do this, every second for 45+ minutes [...]