-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The FoldingTabBar is not displayed when using performSegue, The bar is shown but in black #76
Comments
I am also faced this issue and I made tab bar as a root view controller instaed of segue so its working without any black screen. |
@dineshguptha I also have it as a start, but I use a login screen and it is redirected based on the state, how did you solve it? |
Facing the same issue here. @resand Just trying to shed some light here to: Attempted to set up a viewController and points segue way to YALFoldingTabBarController. Since the didFinishLaunchingWithOptions of AppDelegate.m has [self setupYALTabBarController], in the (void)setupYALTabBarController: In AppDelegate.m: Obviously, the app will begin with the YALFoldingTabBarController because it was set as the self.window.rootViewController. I tried to create a LoginViewController -> Embed a Navigation Controller -> Set initial View Controller -> set Segue way push to the Tab Bar Controller. (src) Technically, this should work. But, it won't, because in the AppDelegate of the library, it was set as the rootViewController.
|
until user should login my root view controller is loginViewController (super class of view controller) and after that I am making tab bar as root view contrroller like this ... just I am using this method instaed of performing segue .my app has 5 tabs so am creating 5 YALTabBarItems. -(void)setUpCustomTabBar {
} |
@dineshguptha you save a lot of my time .... and i thank you for that . |
Try solution in #78 |
Report a bug
When changing from a ViewController login -> home, the tab becomes dark in black.
What did you do?
self.performSegue(withIdentifier: "SegueHome", sender: self)
Your Environment
Stack
Installation Source
Plugins
Podfile
Image the bug
The text was updated successfully, but these errors were encountered: