i have created a TabBar Application. I Added to a view an UITableView and load some Data inside.
Now, i wont to show details on row click. So i read some articles and found out that i need a navigationController und so on, but where to insert it? Should i delete my UITableView?
Just drag a UINavigationController in Interface Builder to your TabBarController, then expand the Navigation Controller, point the Root View Controller to your TableViewController.
This tutorial should help: http://blog.willwinder.com/2011/05/xcode4-uitabbarcontroller-with.html