PaperFold-for-iOS icon indicating copy to clipboard operation
PaperFold-for-iOS copied to clipboard

Paper folding animation for iOS

Results 44 PaperFold-for-iOS issues
Sort by recently updated
recently updated
newest added

1. Fix for issue where multifold view sets new fold views visible although content view is visible, which results on unresponsive side view with fold views overlaid over content view....

After a vertical swipe the left / right menu (horizontal) button would not open anymore because the default is Vertical and there is no setting it to Horizontal (added now)...

I'm quite surprised that I can't find this issue in the tracker. The best way to explain is by a video: http://www.youtube.com/watch?v=3oB5iE8JjS8 You see, the grayscale glitch on the left...

Hi there, I'm trying to implement top and bottom views with some interaction in them, like UISwitch or UiSegmentControl, UITextField etc. So the thing is I can't interact with them...

When I toggle the right view with `[paperFold setPaperFoldState:PaperFoldStateRightUnfolded animated:YES];` the timer sometimes doesn't invalidate and calls the following method repeatedly blocking any unfolding animation `- (void)unfoldRightView:(NSTimer*)timer`

![iOS Simulator Screen shot Jan 18 2013 3 21 12 PM](https://f.cloud.github.com/assets/2078653/77470/11527362-6140-11e2-8c11-7534356983c0.png) As screenshot attached. Once you swipe on top or bottom fold in horizontal direction, the view will strangely turn...

In my right folding view, there should be a screenshot of what's in the view on load if I understand that correctly? When sliding to open, initial opening is blank...

Hello. I have a table view controller working fine with the ability to swipe the row and expose a Delete button in iOS 7. But if I use this library,...

Can we please tag and push a new podspec?

the 2 methods disableLeftFoldDragging and disableRightFoldDragging don't seem to be working