Can a project contain multiple UITabBarControllers?
Posted
by Sheehan Alam
on Stack Overflow
See other posts from Stack Overflow
or by Sheehan Alam
Published on 2010-06-11T17:47:57Z
Indexed on
2010/06/11
17:53 UTC
Read the original article
Hit count: 270
Is it possible to have more than one UITabBarController in a project?
For example:
TabBarController1 has 5 tabs. Lets say Tab 1 in TabBarController1 loads a new TabBarController which has 4 tabs.
Is this the correct approach?
© Stack Overflow or respective owner