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

Removed Move Scene #131

Merged
merged 3 commits into from
May 29, 2017
Merged

Removed Move Scene #131

merged 3 commits into from
May 29, 2017

Conversation

grahammendick
Copy link
Owner

'moveScene' was only there for the swipe back gesture on iOS. But this gesture is more complicated than moving the scene because it also moves titles and blurs them. The only way to replicates this is with native code. Will think about creating custom swift module for iOS later. For now, just removing moveScene to avoid confusion and simplify code

Added this for iOS gesture but it doesn’t work for that because there’s
more to iOS gesture - like title moving along with gesture. Can’t
replicate this so removing move scene because it complicates the code
for no benefit. The only way to replicate iOS gesture is with native
swift code so will think about adding this later
@grahammendick grahammendick merged commit f4c1048 into master May 29, 2017
@grahammendick grahammendick deleted the unmove branch May 29, 2017 10:01
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

Successfully merging this pull request may close these issues.

1 participant