UITabBarController for main & about views?

Posted by fuzzygoat on Stack Overflow See other posts from Stack Overflow or by fuzzygoat
Published on 2010-04-06T16:57:56Z Indexed on 2010/04/06 18:43 UTC
Read the original article Hit count: 100

Filed under:
|

I have two screens on my app that I want to present to users, the first is the main screen and the second is an about screen, brief instructions / credits. Currently I have this setup as a UITabBarController with two buttons and two views. Is this approach acceptable?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch