A simple 3-D page flip transition for iOS devices
Stars
406
Forks
85
Watchers
406
Open Issues
25
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
3
commits
Expose gesture recognizers to enable API users to require them to fail.
3295306View on GitHubRename “newView” to “nextView” to avoid tripping the static analyzer with the “new” keyword all the time.
4343e63View on GitHubFix for swiping to the left onto the last page. Tapping worked fine.
6e5e6d3View on GitHub[Issue8] Make sure view is opaque before grabbing a UIImage
12d671cView on GitHub[Issue6] By setting currentPage to 0 before setting self.currentPage to 1, we force the setCurrentPage method to properly redraw the page, rather than just returning.
5bde996View on GitHub[Issue4] When the pan gesture finishes, we animate and delegate to the final view state of the "flip". But prior to this commit, we don't set the "animating" guard to true that prevents the user from quickly starting other erroneous animations. By setting this guard up properly, we can prevent Issue4 from occurring.
52f3e78View on GitHub- Because Markdown is something that happens to other people. Sigh.
f121cfeView on GitHub