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
iphone
|cocoa-touch
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