0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/honcheng/PaperFoldMenuController More... over 11 years ago
suppressed warnings in old Xcode projects reduced shadow alpha More... over 11 years ago
exposed menuTableViewSideShadowView More... over 11 years ago
Merge pull request #7 from lxcid/master More... over 11 years ago
[Issue #6] Avoid using `NSBlockOperation addExecutionBlock` which performs the block on separate thread. Replace with a mutable array of copied blocks. More... over 11 years ago
- optional left-edge dragging. when disabled (default), the menu can be revealed by dragging any part of the content view when enabled - menu can only be revealed by dragging from the left edge of the screen. This can be useful if users still want to keep most part of the content view for other gestures. More... over 11 years ago
Merge pull request #4 from lxcid/master More... over 11 years ago
Tracks the paper fold state and turn the scrollsToTop accordingly so that it does not compete with other scroll view when it is in default state. More... over 11 years ago
Fixed a minor bug I introduced where initWithNibName:bundle: does not pass down the parameters it gotten. More... over 11 years ago
- use the latest PaperFold update that supports mirrors left multifold unfolding from the right fold. (contributed by Łukasz Przytuła https://github.com/honcheng/PaperFold-for-iOS/commit/2d1ceae765944cc2fba3d67724589b74f196dbaf) More... over 11 years ago
Merge pull request #3 from lxcid/master More... over 11 years ago
The summary of these changes are as follows: More... over 11 years ago
Child view controllers should be instance of `DemoRootViewController` instead of `DemoMenuController`. More... over 11 years ago
- updated to latest version of PaperFold with fixes for left table view screenshot offset problem More... over 11 years ago
- added license file - added page view tracker for this project More... over 11 years ago
- replaced with a smaller demo.gif file More... over 11 years ago
- added a GIF demo More... over 11 years ago
- updated screenshots More... over 11 years ago
- show how menu table view can be styled in demo app - fold menu table view automatically when an item is selected - added a delegate method to ask if menu table view should be collapsed when an item is selected - added a method to fold/unfold menu table view with/without animation - removed redundant view controllers in demo More... over 11 years ago
- added shadow between menuTableView and contentView More... over 11 years ago
- updated README with screenshots and instructions More... over 11 years ago
- added delegate method similar to UITabBarControllerDelegate More... over 11 years ago
first commit, with a working menu controller. uses containment view More... over 11 years ago
Initial commit More... over 11 years ago