PaperFoldMenuController icon indicating copy to clipboard operation
PaperFoldMenuController copied to clipboard

A navigation menu on the left of the screen using on PaperFold

Results 8 PaperFoldMenuController issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

This pull request corrects the capitalization of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).

In order to support multiple section in menu view controller, I have changed the selectedIndex to selectedIndexPath, and the relative logic have been changed and tested. The original codes are...

This was useful to me, so maybe could be useful to other :)

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...

Actually this is an issue of PaperFold, but I can reproduce it easily with this PaperFoldMenuController demo. Issue reproduce percentage: 100% Issue reproduce steps using the demo project: 1. add...

I created a PaperFoldMenuController and setted some viewControllers to it, let's say `viewControllerOne` and `viewControllerTwo`. Everything loads perfectly up till this point and if the `showMenu:animated` is called, it shows...

Sometimes the menu fails to open and closes when using the method `- (void)showMenu:(BOOL)show animated:(BOOL)animated` Anyone knows how to solve that?