UITabBarController with default page
Hi everyone,
I'm setting up a UITabBarController and am wanting to show a default view with no tab selected when the app starts. When the user taps a tab, that default view will be replaced with that of the view controller they selected. The default view would act as a kind-of quick start for the app.
Does anyone have any ideas on how to implement this feature?
Thanks in advance.
|