Hey, I'm still a Newbie to iPhone Dev. and I have a problem.
I built an FrontView, which is loaded when you open the app. This view contains a button. That button links to a viewcontroller, which contains an UITabBarController and that UITabBarController has a UINavigationController in it's first tab. Under that NavigationController there is a TableViewController.
Well, everything works fine, except the "didSelectRowAtIndexPath" Method. When I tap on a row, nothing happens. I have no idea how I have to load the next View. And the view should be loaded also under the NavigationController. When the view is loaded, there should be a BackButton to come back to the TableView list.
When I start a new project ("Navigation Based") it's no problem ... but as a "subpage" ... No idea.
I hope you can understand my situation, my english is not the best :|
Any help would be usefull ! Thx. Sebastian