Replace a control on the screen
Posted
by Rob Bonner
on Stack Overflow
See other posts from Stack Overflow
or by Rob Bonner
Published on 2010-05-10T22:36:39Z
Indexed on
2010/05/10
22:44 UTC
Read the original article
Hit count: 189
iphone
Hello all,
I have an instance of a FlowCoverView (a great library that emulates cover flow on the iPhone). And it works great, with the exception of an update. When I update my table behind the scenes, I have no way of telling this control (that is defined in IB) that it has been updated, and to reload. (much like you can with a table using reloadData)
To the question, is there a way to replace a control that is on the screen with another control to force the reload?
© Stack Overflow or respective owner