Quote:
Originally Posted by Jindal
Have tried reload option of table?
[tableView reloadData];
|
Ah - yeah, but my main question is - where would I put that call? Since, viewDidLoad() isn't getting called, or any function for that matter, where would I put it?
It seems like once the controller is loaded, when I "tab" back to the view, it never actually runs code, it just loads a cached version of the table ...
I dont know.
Thanks though -
- sk