PaperFoldMenuController icon indicating copy to clipboard operation
PaperFoldMenuController copied to clipboard

Changing speed of showMenu:animated

Open thomasjoulin opened this issue 11 years ago • 1 comments

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

thomasjoulin avatar Aug 13 '13 21:08 thomasjoulin

In PaperFoldMenuController.m, Go to viewDidLoad, write following line after initialization of PaperFoldView.

self.paperFoldView.timerStepDuration = 0.05;

anum90 avatar Apr 04 '14 10:04 anum90