Quote:
Originally Posted by mawn
I am looking for a good way to make an app that has a tab bar, tables on each tab, and a nav bar at the top. If anyone can make a tutorial/point me in the right direction I would really appreciate it.
|
There is a good tutorial video for that on iTunes U :
http://deimos3.apple.com/WebObjects/...4?i=1890198622
First it explains how UINavigational controllers work, then UITabBars, then how they work together. Now the methods they show create the views with code instead of using interface builder but understanding how they operate is a must.
Hope that helps