Change Log

v1.4    MOD-147: Added support for CURL transitions with iOS 5. Check out the example and documentation to find out more.
        BREAKING CHANGE: All page references are now 0 index based.
        BREAKING CHANGE: The first page with landscapeShowsTwoPages in landscape now shows on the LEFT, instead of on the RIGHT with an empty page on the left.
        BREAKING CHANGE: The total page count and current page are no longer influenced by being in landscape with landscapeShowsTwoPages.
        When rendering PDF pages, decreased the redraw time and memory footprint.
        MOD-330: Fixed convertPointToView with child views.

v1.3 MOD-251: Added a new property, "transitionDuration", that lets you control how long a complete transition will take (in seconds, defaults to 0.5). See the documentation and example for more information. MOD-274: Better cleanup of pages when the Page Flip View is collected.

v1.2 MOD-207: Added a "tap" event to the view to detect when the user touches within the margins. MOD-219: Fixed bug that positioned the first page while ignoring landscapeShowsTwoPages. Removed hard coded fade animation when setting pages. Memory improvements.

v1.1 MOD-189: Fixed edge case on setting landscapeShowsTwoPages when on the first page. MOD-188: Better memory management of transitions in the flipper and of views in the slide transition. Reorientation no longer causes a new animation to take place, it just jumps straight to the new view (which was causing a crash when the user reoriented and transitioned).

v1.0 Initial Release