how to create iPhone main menu screen with 2 tabbars subview ?
Posted
by Boaz
on Stack Overflow
See other posts from Stack Overflow
or by Boaz
Published on 2010-05-10T12:37:45Z
Indexed on
2010/05/10
12:44 UTC
Read the original article
Hit count: 405
Hi.
I made two applications that each one of them is tabbar based.
Now I want to combine them to one app that will be struct like that:
-Main menu with 2 buttones.
- button 1: tab bar app no 1.
- button 2: tab bar app no 2.
from each tab bar app, I want an Home button on the left side of the nav bar that will take me to the main menu.
I found this link http://www.pushplay.net/blog_detail.php?id=27 but it's not good to me..
I will be happy if you will able to post some simple code for my problem..
Thanks.
© Stack Overflow or respective owner