Archive for the ‘Objective-C’ Category

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 [...]