Tagged Questions
1
vote
1answer
4k views
How do I reload a UIView?
How do I reload a UIView after viewDidLoad + viewWillAppear have already been called (and the view displayed)?
If it helps - I'm loading it from a xib/nib file, and expect that calling the method ...
0
votes
1answer
3k views
how can i reload (or) refresh the uiview?
HI,
I'm very new to iphone development.I'm doing one application in that app having more than one uiview.one uiview having uislider and uilabel.uislider is used to show the song timings and uilabel ...