hi guys
I'd like to run the code [tableView reloadData], except I want to call it from a seperate class to the view controller I want to reload the data in.
(Note. If there is something more effective to reload a tableview than reloadData, chime in).
Say the view I want to reload is 'RootViewController', and I am currently in 'DetailViewController', what do i need to do to make it work.
My best attempt right now is [RootViewController.tableView reloadData], but its not right. (I get error: expected ':' before . token.
Regards, @norskben