ios - Embedding UITabBar controller inside UINavigationController -


i searched case couldn't find how embed tab bar controller inside navigation controller properly.

to more specific; created navigation controller in didfinishlauncinhwithoptions method inside appdelagete , navigating through view controllers without problem.

i have mainviewcontroller has 3 button , every button pushing anotherview navigation controller. in 1 of views redirected, want use tabbar.

my question should create tabbar controller in case , allowed embed tabbar controller inside navigation controller ? if not should because, wanna embed navigation controller start , have navigation bar thorough out entire program.

thanks in advance.

after struggling times, managed figured out solution inserting new view below tabbar.

this thread helped me case;

tab bar controller inside navigation controller, or sharing navigation root view

cheers;


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -