Update Label text from XML
- by kpk77
Hi,
I have an XML will is parsed and then fed to a bunch of Labels.
I am trying to add a live element so that the labels refresh automatically from the XML.
From what I've read this is possible using a tableView and [tableView reloadData] but the design dictates the use of labels. At the moment the labels only get updated on restarting the app, which is not ideal.
Using ViewWillAppear is one option, but want to stick to using lables.