
Question:
HI all,
is there any way round,in which we can reload UIView,like we do in table view, reloadtable?
is it possible?
regards shishir
Solution:1
Call -setNeedsDisplay
.
[myView setNeedsDisplay]; // will cause the view to redraw itself on the next draw cycle.
Note:If u also have question or solution just comment us below or mail us on toontricks1994@gmail.com
EmoticonEmoticon