Reputation: 313
When I drawing a UIVew rect using the drawRect function, if a user interaction happen (such as drop down a UITableView, as the picture below show), the drawing is interrupted, how to solve this problem?
Upvotes: 0
Views: 62
Reputation: 313
Problem solved, as KudoCC said, add the NSTimer to a runloop with common mode.
Upvotes: 1