Update Label text from XML
        Posted  
        
            by kpk77
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kpk77
        
        
        
        Published on 2010-05-16T23:11:57Z
        Indexed on 
            2010/05/16
            23:20 UTC
        
        
        Read the original article
        Hit count: 163
        
iphone
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.
© Stack Overflow or respective owner