I am building an UITabBar application using interface builder. The application has 3 tabs on it. The first tab is tied to a UIView and database and its sole purpose is to add data to the database. The second tab is a UITableView and its purpose in life is to display the data in the database. The third tab displays a graph of the data.
My issue concerns the UITableView and how to send it a message to reload it self from the first view which knows nothing of the tableview but does know when it has updated the database. So my question is how do a I get a pointer to the UITableView in the UIView so I can send the reloaddata message to the UITableView?
Thanks Jim
My issue concerns the UITableView and how to send it a message to reload it self from the first view which knows nothing of the tableview but does know when it has updated the database. So my question is how do a I get a pointer to the UITableView in the UIView so I can send the reloaddata message to the UITableView?
Thanks Jim