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

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

Should not receive touches when in slider

Allow devs to instantiate a PaperFoldNavigation class from IB and set rootViewControllerID, leftViewControllerID, rightViewControllerID with Storyboard ID of other UIViewControllers.

Files are not there in any folder.

Hello, Awesome Job ! But I found some strange behaviors for some AutoresizingMasks, while using `PaperFold` on iPhone 6. The `line` in `- (void)setTopFoldContentView:(UIView*)view topViewFoldCount:(int)topViewFoldCount topViewPullFactor:(float)topViewPullFactor` has a mask with...

Hello honcheng, I was using pod to install the paper-fold version 1.1, and I got the error: property "timerStepDuration" not found on object of type "PaperFoldView". I went to the...

Hi, i want to use paperfold on a cell, but if i do so, i cant scroll the table. what's the best way to check draging and swiping? my code:...

Steps to reproduce: 1. Open the PaperFold project 2. Insert this line in init after the views are setup: `[_paperFoldView setPaperFoldState:PaperFoldStateLeftUnfolded animated:NO];` 3. Run the app and observe the left...

Just a small bug I found while playing around with the demo project. Cheers, Bart

1.Refactor MultiFoldView 2.Add new direction FoldDirectionVerticalBottomToTop and FoldDirectionVerticalTopToBottom