Tagged Questions
-2
votes
0answers
25 views
How to stop refresh when tableview type changed
I have a UIView include some tableview, each tableview use GCD to render content from web site. When switch tables, the background queue still update and render tableview. So there is a bug , the ...