I have a method with a for() loop. In that loop, mylabel.text is updated many times. However, the actual label does not update on the screen until the method is done, updati
try
[yourLabel setNeedsDisplay];