Problem with populating UITableView
Hi guys (sorry for my english at start). Well, i try to parse an xml (here is everything ok) , save it to a plist file (here also is ok), and try to populate with plist info (represented by a nsdictionary object) my uitableviews somenthing goes wrong.
So , i have 6 uitableviews. And the problems is with first . let's watch what my app is doing : 1) create a request 2) establish a connection 3) my first uitableview did load 4) populate it with with old data (just for first uitableview) 5) parse info from a xml file on a server 6) save it to plist 7) populate with refreshed data rest of uitableview.(acces each time plist file when method viewDidload is called)
How to solve this problem ? Any ideas ?
|