-
Notifications
You must be signed in to change notification settings - Fork 226
Segue from VC to Tab Bar VC #35
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels