-
Notifications
You must be signed in to change notification settings - Fork 458
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 #73
Comments
yes you should use delegate |
|
You need a navigation controller in there to handle what you're trying to do. Here is some reference on view controller handling in Swift http://www.codingexplorer.com/segue-swift-view-controllers/ Hope that helps |
The function I try to do is a login to a start view, if I enter the Home works correctly; But when I pass from login to homeView is that the bar is left in black.... |
duplicate of #76 |
When I perform a performSegue with code, for example in a login when redirecting to the login screen the tabs are not shown, only a black bar comes out; what is this about?
![simulator screen shot 26 01 2017 1 42 49 p m](https://cloud.githubusercontent.com/assets/5307015/22347427/901a7a3c-e3cd-11e6-99e4-f7618986c755.png)
The text was updated successfully, but these errors were encountered: