Hi All,
I have started a simple project using the storyboard feature. I have a flow of segues working fine. A requirement of the app is to skip a UITableViewController when a stored client object is found. So after login I segue into the clientlist. First thing i do is check if a saved client object is avaliable. If so i segue into the view of the client reports. This works fine for the content displayed in a TableView but the navigationbar shows the data from the clientlist. I want the navigationbar to be updated so the correct title and a back button to the clientlist is available.
Hope this makes some sense. Any suggestions are appreciated.
Regards, Willem Jan