TKSubmitTransition
                                
                                
                                
                                    TKSubmitTransition copied to clipboard
                            
                            
                            
                        Segue from VC to Tab Bar VC
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 Can I have a screenshot?