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

Fixed controls while transitioning, how to? #24

Open
edward-s opened this issue May 27, 2016 · 4 comments
Open

Fixed controls while transitioning, how to? #24

edward-s opened this issue May 27, 2016 · 4 comments

Comments

@edward-s
Copy link

Firstly, great work on this transition library

Has anyone made this work inside a tab bar controller,

or how do I make such that some UI elements to always stay fixed on screen before and after transitioning?

@edward-s
Copy link
Author

ive been trying for the past 12 hours, no luck
anyone help please?

@lkzhao
Copy link
Owner

lkzhao commented May 27, 2016

Hey Edward. That is not something that this library support. It will be hard to make it work with the current implementation. If you still want to make it work with ElasticTransition, you will need to fork this project and move your overlay view from the first view controller to the presentation controller.

@lkzhao
Copy link
Owner

lkzhao commented May 27, 2016

Since this is not exactly a transition between two view controller, it would be better implemented as container views within a parent view controller. But that is not what this library is for.

@edward-s
Copy link
Author

Hey Luke,
Thanks for the reply.
I already did what you mentioned. Placed the overlay view in the parent view controller, but the transition still moves the fixed controls.
Am trying a couple more hours before giving this up.

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

2 participants