Skip to content

Instantly share code, notes, and snippets.

@danielgomezrico
Created December 9, 2014 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielgomezrico/5ae7abac10b301c5936b to your computer and use it in GitHub Desktop.
Save danielgomezrico/5ae7abac10b301c5936b to your computer and use it in GitHub Desktop.
Set RBStoryboardModalSegue transition style
override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject!) {
if var rbSegue = segue as? RBStoryboardModalSegue {
rbSegue.transitionStyle = UIModalTransitionStyle.CrossDissolve
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment