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
Hello,
first i want to tell you that this is a great piece of software - thank you.
My problem is the following. I try to achieve similar behaviour like the Apple Maps App and have some issues which i would like to change. The first one is that i would like to see the dog-ear effect all the time. The second one is, if the view is curled and i want to uncurl it, it looks kind of ugly because a simple tap doesn't uncurl it - i have to drag down the view which causes it to curl from up to down. After the touch ends it moves back. Would it be possible to "glue" the top and left side of the view so curling would only be possible from bottom/right?
I hope you understand what i am talking about and maybe you have an advice for me.
Kind regards
Jan
The text was updated successfully, but these errors were encountered:
You can fake the permanent bottom-right corner curl (the "dog-ear") with an image. Add it as subview to the XBPageDragView.
If you add a TapGestureRecognizer to the curlView, you can uncurl it on tap. You can disable dragging by setting curlView.userInteractionEnabled to NO, and in this case you'd have to add the TapGestureRecognizer on the view underneath.
Hello,
first i want to tell you that this is a great piece of software - thank you.
My problem is the following. I try to achieve similar behaviour like the Apple Maps App and have some issues which i would like to change. The first one is that i would like to see the dog-ear effect all the time. The second one is, if the view is curled and i want to uncurl it, it looks kind of ugly because a simple tap doesn't uncurl it - i have to drag down the view which causes it to curl from up to down. After the touch ends it moves back. Would it be possible to "glue" the top and left side of the view so curling would only be possible from bottom/right?
I hope you understand what i am talking about and maybe you have an advice for me.
Kind regards
Jan
The text was updated successfully, but these errors were encountered: