On the same UIViewController, there’s one UILabel being updated every 0.01s by a NSTimer. In the same Controller, there’s an UIView containing a TableController from another .nib.
When I scroll the table, the UILabel stops from updating till the scroll finishes. Any ideas for that?
Thanks in advance.
You should register your timer with “NSRunLoopCommonModes” or “UITrackingRunLoopMode” mode.
And read NSRunLoop Class Reference, Threading Programming Guide and Concurrency Programming Guide