I know there has to be a simple solution for this. I want to get my tableView to update every time that viewWillAppear would run. How do I call it from within the viewWillAppear method, and get it to run as often as it needs to?
I know there has to be a simple solution for this. I want to
Share
You could try using
[tableView reloadData].