views:

42

answers:

0

I want to have a UIView inside of a NavigationController that has 4 buttons. Clicking on any of these 4 buttons will push a UITabBarController that contains a NavigationController with a respective UIView.

Is this possible? Tweetie seems to do something similar.