标签: iphone
全部,
有没有什么方法可以重新加载UIView,就像我们在表格视图中那样重新加载?
有可能吗?
问候 shishir
答案 0 :(得分:3)
致电-setNeedsDisplay。
-setNeedsDisplay
[myView setNeedsDisplay]; // will cause the view to redraw itself on the next draw cycle.