Skip to content
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

Performing a segue from a ViewController #78

Open
pbeneteau opened this issue Mar 21, 2017 · 2 comments
Open

Performing a segue from a ViewController #78

pbeneteau opened this issue Mar 21, 2017 · 2 comments

Comments

@pbeneteau
Copy link

The more information you provide, the faster we can help you.

# Report a bug

I want to create a segue from a ViewController to a YALFoldingTabBarController.

## What did you do?

I have a button in a ViewController where I created a show segue in the UIStoryBoard.

## What did you expect to happen?

I expected to see the YALFoldingTabBarController that I initialised in the AppDelegate and in the UIStoryBoard.

## What happened instead?

When I touch the button that is supposed to perform the segue, I only see the first ViewController that represent the first item in the tab bar: The tab bar is not here. I tried to build and run my app with the YALFoldingTabBarController as initial ViewController and it works!

## My Environment

  • Version of the component: insert here
  • iOS version: 10
  • Device: iPhone 6s
  • Xcode version: 8
@Vodolazkyi
Copy link
Contributor

Hi! Try this example project below:
https://www.dropbox.com/s/j9wnd84tc40he7u/Example-Swift.zip?dl=0

Let me know if this solves your problem

@dmaulikr
Copy link

dmaulikr commented Nov 9, 2017

These are the line code that I've done in my existing project and it works.. Hope this helps you too.
https://www.dropbox.com/s/8ixdcm43poprxz2/EnterDetailsViewController.m?dl=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants