postalservice14
postalservice14

Reputation: 2534

Implementing a UITabBar in my working Three20 application

I have a working application using Three20. It basically is a bunch of nested TTableView's.

I would like to add a UITabBar to the bottom of my app, but am not sure how to start. I used the Three20 project templates available at Three20.info

Thanks,

John

Upvotes: 0

Views: 560

Answers (1)

notnoop
notnoop

Reputation: 59297

Checkout the TTNavigatorDemo that ships with three20. In particular, notice TabBarController.m, and its interaction with AppDelegate.

Upvotes: 4

Related Questions