简体   繁体   中英

Navigation with tab bar after login

I have a login screen, and I need the navigation and tabbar appear after the login screen.

I tried everything and failed, setting the navigation in appdelegate.me then the tabbar at the login screen.

try this in your appDelegate.m

self.window.rootViewController = your_tabbar_controller;

it will inherit to the other class

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM