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

ModalTransitionStyle is not working from Interface builder. #49

Open
danielgomezrico opened this issue Dec 9, 2014 · 0 comments
Open

Comments

@danielgomezrico
Copy link

If I set the modalTransitionStyle for my controller, even on the RBStoryboardLink object it is not changing.

I ended up setting the transition style in performSegueWithIdentifier...

override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject!) {

    if var rbSegue = segue as? RBStoryboardModalSegue {
        rbSegue.transitionStyle = UIModalTransitionStyle.CrossDissolve
    }
   }

But I think is not a good way... I'm doing it wrong?

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

1 participant