Sheehan Alam
Sheehan Alam

Reputation: 60909

How is the iPod app on the iPhone designed?

Is it just a tab-bar controller that loads some UITableViews that has navigation items set? Or is it a tab-bar controller that is loading a navigation controller?

Upvotes: 1

Views: 119

Answers (1)

jamone
jamone

Reputation: 17421

Tab-bar controller loading navigation controllers. That's the proper way to enable table drilling down to the content. If I recall properly you have to do this in code, IB can't nest these properly.

Upvotes: 3

Related Questions