开发者

can we Reload UIView?

开发者 https://www.devze.com 2023-01-05 18:02 出处:网络
HI all, is there any way round,in which we can reload UIView,like we do in table view, reloadtable?开发者_C百科

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

精彩评论

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