UILabel Refresh
问题 I have looked into this, but I’m still not quite clear how to do it. I have a UILabel. I would like to write out a word... letter by latter. It goes through each letter, then at the end the entire word shows up. At first I thought it was just because it was too fast, so I put in a delay with something like this. typedWord.text = [typedWord.text stringByAppendingString:@"C"]; future = [NSDate dateWithTimeIntervalSinceNow: letterPause ]; [NSThread sleepUntilDate:future]; Then I read that it may