Skip to content

Segue from VC to Tab Bar VC #35

@nadimalam

Description

@nadimalam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions