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