tags:

views:

278

answers:

1

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

+3  A: 

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

notnoop
Thanks, I don't know why I didn't look at the samples first. :-)
postalservice14