I have an XML parsed and then fed to a group of labels
I'm trying to add a live element so that labels are automatically refreshed from XML.
The table I have read is possible using tableview and [tableView reloadData], but determines the use of design labels. At the moment the label is updated only when the app is restarted, which is not ideal.
Using ViewWillAppear is an option, but using lables is to stick.
You will need some objects that manages the parsing of your XML, you might want to add this object to You want to give a representative, and create a representative such as xmlDataDidUpdate: (id) parser
, when XML parsing is complete, you can notify your representative and accordingly update your view can do.
Comments
Post a Comment