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

Swiping horizontally on top and bottom folds turns views gray immediately #47

Open
DJBen opened this issue Jan 18, 2013 · 4 comments
Open

Comments

@DJBen
Copy link

DJBen commented Jan 18, 2013

iOS Simulator Screen shot Jan 18 2013 3 21 12 PM

As screenshot attached. Once you swipe on top or bottom fold in horizontal direction, the view will strangely turn gray.

@hengchu
Copy link

hengchu commented Aug 1, 2013

first get a reference to the gesture recognizer used on the paperview in PaperFoldView.m

Then in finishForState, remove the panGesture if state is top/bottom unfolded. and add the panGesture back when the state is default. This has worked for me.

@hengchu
Copy link

hengchu commented Aug 1, 2013

or you can checkout my forked code under the fixtopview branch:

https://github.com/hengchu/PaperFold-for-iOS/tree/fixtopview

@DJBen
Copy link
Author

DJBen commented Aug 1, 2013

Thanks!

@hugoeue
Copy link

hugoeue commented Dec 19, 2013

Thanks that worked for me...

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

3 participants