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

I followed the Paperfold-NavDemo project. Everything is working perfect but LeftviewController datasource method cellForRowAtIndexPath not getting called. I tried it two different ways: 1) Took new class of UITableViewController @interface...

When I call either: ``` [self.paperFoldView setPaperFoldState:PaperFoldStateTopUnfolded]; or [self.paperFoldView setPaperFoldState:PaperFoldStateBottomUnfolded]; ``` the unfolding animation never happens and it gets stuck in a never ending loop inside ``` - (void)unfoldTopView:(NSTimer*)timer or...

Hi, I've experienced in my app, where I use PaperFold-for-iOS, that taping on StatusBar doesn't scroll table to top. It's standard behavior in iOS and works default. Now I see...

Hello. In rootViewController I'm doing [self.navigationController pushViewController:embeddedViewController animated:YES]; And in embeddedViewController I need to disable FoldMenu, because I'm using Gesture Recognizers there. I tried this code in embeddedViewController, but it...

Hi, I'm using PaperFold with a central UIView (an UIView with an UITableView inside) and a right UIView (an UIView with a Map). Everything is fine but there is an...

When using library to fold cells folds disappears when they are opened. i integrated it in demo project and bug was reproduced. 1 unfolding ![2012-12-17 18 24 35](https://f.cloud.github.com/assets/326498/17113/836960de-4866-11e2-9451-43bdd4eece62.png) 2 unfolded...

1. Download the current master and run the project PaperFold.xcodeproj. 2. Slide down to open the top fold. 3. Then slide up _very slowly_. 4. You will notice that, as...

Hello, First of all, love you work, its been very useful for me so far. So here's the issue I'm facing, I'm using the PaperFold-ContainmentView. As soon as I set...

I've been experimenting with the...err...experimental...top-fold, and thought I'd try and help out by reporting the bugs I run into. If I slide to to the topFoldView and return to the...

Hi Appreciate your hard work & well made resource. I just feel one thing is lacking - bounce effect (like in UIScrollView) when we unfold a view. The current sudden...