zebra
zebra

Reputation: 435

iOS tableview data change

i've a method that populate a UITableView without problem. if i go to setting page, change some settings and come back to my rootview i call the method with new settings but my UITableView display always the last values. Any help?

Upvotes: 0

Views: 1377

Answers (1)

Rog
Rog

Reputation: 18670

[self.tableview reloadData];

Upvotes: 11

Related Questions