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

Segue from VC to Tab Bar VC #35

Open
nadimalam opened this issue Jul 17, 2017 · 1 comment
Open

Segue from VC to Tab Bar VC #35

nadimalam opened this issue Jul 17, 2017 · 1 comment

Comments

@nadimalam
Copy link

nadimalam commented Jul 17, 2017

So in my StoryBoard i have the Login screen with the TKSubmitTransition button on it.

The button has a segue which first goes to a CustomNavigationController, then goes to a Custom Tab Bar View Controller. Then the first index to load in the tab bar is another Home View Controller.

Now my question is how i can fade my screen from the Login Screen to the Home View Screen?

In my LoginVC i performSegue and try to do
destinationViewController.transitioningDelegate = self

However, destinationVC is showing up as CustomNavVC and none of my UIViewControllerTransitioningDelegate functions in my LoginVC are being called?!

Thanks.

@jesster2k10
Copy link
Collaborator

@nadimalam Can I have a screenshot?

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

No branches or pull requests

2 participants