Solved
Hey all,
Thanks for the help. Finally solved and here was the issue:
1) By controller was extending UIViewController, NOT UITableViewController.
Once I extended the correct class, and then wired it correctly via File's Owner and IB, it worked. Now in viewWillAppear I can call self.tableView reloadData.
Won't ever make that mistake again!
Thanks all -
sk
|