开发者

can we Reload UIView?

HI all,

is there any way round,in which we can reload UIView,like we do in table view, reloadtable?

开发者_C百科

is it possible?

regards shishir


Call -setNeedsDisplay.

[myView setNeedsDisplay]; // will cause the view to redraw itself on the next draw cycle.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜