I have a UITableView and I charged it with data in viewDidAppear. and it run successfully.
The Problem is I should refresh the data of the UITableView frequently (every 300 seconds). So I defined a timer and charged the UITableView's dataSource when the timer throws the event of finishing time interval (300 secs). BUT Nothing change !!! The data stills as it was.
Any help would be appreciated.
Sorry for my english.