PaperFoldMenuController
PaperFoldMenuController copied to clipboard
Changing speed of showMenu:animated
What should I do to change the speed of animation ? Some general direction of what code I should modify would be useful ! I'll post a pull request if you want
In PaperFoldMenuController.m, Go to viewDidLoad, write following line after initialization of PaperFoldView.
self.paperFoldView.timerStepDuration = 0.05;