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

Create a RZTransition NavigationDelegate Helper #1

Closed
4 tasks
smbarne opened this issue Jan 26, 2014 · 3 comments
Closed
4 tasks

Create a RZTransition NavigationDelegate Helper #1

smbarne opened this issue Jan 26, 2014 · 3 comments

Comments

@smbarne
Copy link
Contributor

smbarne commented Jan 26, 2014

Create an object that can be assigned as the nav controller's delegate for transitions.

  • It should contain a map of what VC classes to transition between and what transition to use.
  • It should have a default transition to use if no specific mappings are found
  • It should set the positive or negative direction on an RZTransition if the transition complies with the protocol based on a push or pop.

Optional / Further Work

  • Create an object that can be assigned as the transition delegate. It should handle present and dismiss animations. If possible, this object could/should be the same as the nav controller delegate helper.
@ghost ghost assigned smbarne Jan 26, 2014
@mr-fixit
Copy link
Contributor

Hey, Steve, do you mind if I unassign you on this issue?

@smbarne
Copy link
Contributor Author

smbarne commented Nov 16, 2015

Sure. Reading through this, I believe this might be handled by RZTransitionManager and might be an old issue.

@mr-fixit
Copy link
Contributor

I agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants