I have an NSTimer that fires off every second, and on that second I update a UILabel by setting the text property like so:
remainglbl.text = [NSString string
I believe the problem was that I did not understand the performance tools. Running with the Activity Monitor does not show increasing memory usage.