You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome library !
I am trying to implement a feature which is like an ibook peeling animation. I want to entirely peel off the first screen when a user drags a curlview for more than 50%.
Could you please suggest me how to achieve this ?
Thanks.
The text was updated successfully, but these errors were encountered:
I've been looking at this recently myself. I would suggest either:
1.) Using XBCurlView and managing cylinder position yourself.
2.) Using XBPageDragView, subclass it (or just edit it) and change the touchesBegan/Moved/Ended functions to move the curl position more than it currently does, possibly based off of the curlView width. You'll need to detect the direction of the drag in order for things to work well.
Hi there,
Awesome library !
I am trying to implement a feature which is like an ibook peeling animation. I want to entirely peel off the first screen when a user drags a curlview for more than 50%.
Could you please suggest me how to achieve this ?
Thanks.
The text was updated successfully, but these errors were encountered: