It is quiet embarrassing but I just don’t get it.
-
How should I browse prom viewA to viewB to viewC
-
if I have a main view “viewMain”… how can I make it call a view with a tab bar controller for the views viewTabA, viewTabB and viewTabC. (All views should give me the option to go back to the main view “viewMain”)
It just so frustrating that I can’t find it on Google: I can’t believe that people who are creating a simple game (full screen), and some info “pages”, have not solved this before.
I have tried everything…got close but…Please any help, lead, tip would be highly appreciated :_(
You mean your UITabBarController has three pages A, B, C and you want to change that programmatically?
That’s easy. Just do
If there you don’t find a solution for a problem you think many people face, then almost always the way you are trying to solve it is wrong. 🙂