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
Due to my last issue (#41) another question occurred to me: How would i make the XBPageDragView curl on a single tap?
Should i add a UITapGestureRecognizer to the XBPageDragView which calls the XBPageDragViews pageCurlView touchEndedAtPoint: method with CGPointMake(self.viewToCurl.frame.size.width_0.5, self.viewToCurl.frame.size.height_0.67) or is there a proper solution?
The text was updated successfully, but these errors were encountered:
Hi,
I look for a solution to close the curl with a single tap. I see you fine a solution but I don't understand it or better I tried but it works not. It would be really great if you could send me a code example. :)
Br,
ichbinder
Due to my last issue (#41) another question occurred to me: How would i make the XBPageDragView curl on a single tap?
Should i add a UITapGestureRecognizer to the XBPageDragView which calls the XBPageDragViews pageCurlView touchEndedAtPoint: method with CGPointMake(self.viewToCurl.frame.size.width_0.5, self.viewToCurl.frame.size.height_0.67) or is there a proper solution?
The text was updated successfully, but these errors were encountered: