NSOperation thread running in background, causes a UITableView scroll hard !
NSOperation thread running in background, causes a UITableView or scrolling rough(Not smooth as it would be usually.)
How can i solve this problem ??
There is no connection between UITableView datasource and delegates and thread which is running in background. Both uses independent resources.
How to solve this problem ??
|