Category Archives: Development

Improve Performance and Draw Your Own Strings on iPhone

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 … Continue reading

Posted in Cocoa, Development, iPhone, Objective-C | Leave a comment