How to use NSTimer with data from NSURL pass to NSXMLParser display in TableView
I have application display data from web server by PHP gen' to XML
In my xcode i use NSURL for connect to PHP file (in web server) and use NSXMLParser to read XML data put value to array and final display on TableView
I want to see data in TableView live update or update every x time
I think i can use NSTimer but i don't know how i can where i can put NSTimer to the code in xcode