TKSubmitTransition icon indicating copy to clipboard operation
TKSubmitTransition copied to clipboard

Segue from VC to Tab Bar VC

Open nadimalam opened this issue 8 years ago • 1 comments

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.

nadimalam avatar Jul 17 '17 19:07 nadimalam

@nadimalam Can I have a screenshot?

jesster2k10 avatar Aug 23 '17 12:08 jesster2k10