The scrolling of UITableView block the update of UILabel
I'm trying to make a StopWatch,
NSTimer update a UILabel every 10 ms。
bellow UILable there is a UITableView to record some data.
everything works fine, however when I scroll the UITableView, the update of UILabel paused, and it continues to update when the scroll stop.
how to solve this problem? I find the StopWatch in iPhone Clock Application has no such proplem.
please help...
|