Matt Curtis
Matt Curtis
Any updates on this?
The root of the issue seems to be with how libxml reacts to xml namespaces. http://stackoverflow.com/questions/3830553/libxml-doesnt-find-any-nodes-for-my-xpath-expression My XML used custom xml namespaces, and libxml requires those namespaces, annoyingly, to be...
Well, here's the thing - technically, it _is_ working as it should. I've only seen it not work with namespaced XML, and that's because of libxml, which it is built...
Hello Claduio, I don't have any plans to update this at the moment. Thanks!
You want to look into `[XBPageDragView.pageDragView setCylinderPosition]` which is the starting point of the curl, and `[XBPageDragView cornerSnappingPoint]` which I believe is the end point. I may be wrong, been...
https://github.com/xissburg/XBPageCurl/issues/52
I would assume this is possible... There are [XBCurlView drawViewOnBackOfPage:(UIView)view] and [XBCurlView drawImageOnBackOfPage:(UIImage)image] functions you should look at. If you're using XBPageDragView, then you'd invoke them in [XBPageDragView touchesBegan:] after...
Experiment with one page curling until you understand and have gotten a grasp on it... Then I'd suggest using the single curl view, but changing the frame and viewToCurl when...
It's been awhile so I've moved to another solution, but when using Hpple if I wanted the innerHTML of body, I'd get "[body]all of body's content here[/body]" not just "all...