0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 11 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated podspec version to 0.5.5 More... over 9 years ago
Added a missing bracket to an example in the README More... over 9 years ago
Added fix for side menu insets / status bar overlapping bug [Closes #163] More... over 9 years ago
Keep the same shadow when swapping the centerViewController [Closes #112] More... over 9 years ago
Delegate preferredStatusBarStyle to the centerViewController [Closes #132] More... over 9 years ago
Only allow panning to begin if it is a horizontal pan [Closes #146] More... over 9 years ago
Update README contact info More... over 10 years ago
Set rasterizationScale to the scale of the UIScreen. [Fixes #108] More... over 10 years ago
Reset panGestureVelocity after menu opens [Fixes #110] More... over 10 years ago
Change weak reference to assign for backwards compatibility More... over 10 years ago
Updated podspec to 0.5.4 More... over 10 years ago
Separated shadow out into it's own object More... over 10 years ago
Added xcshareddata to source control More... over 10 years ago
Ignore xcuserdata More... over 10 years ago
Stop triggering animation twice on the end of pan gestures More... over 10 years ago
Add support for panning on custom views [Finishes #95] More... over 10 years ago
Updated podspec to version 0.5.3 More... over 10 years ago
Merge pull request #91 from chourobin/feature/category More... over 10 years ago
When menuSlideAnimationEnabled is true, align behaviors between panning the menu open and pressing the bar button item to open the menu [Fixes #93] More... over 10 years ago
Remove gesture recognizers when changing the centerViewController [Finishes #85] More... over 10 years ago
Improve support for rotations in iOS 6 [#85] More... over 10 years ago
Don't set side menu frames until the views have appeared [Fixes #105] More... over 10 years ago
Always set the right menu to the right side of the menuContainerView. More... over 10 years ago
Draw the menu shadows on viewDidAppear instead of viewDidLoad. This is necessary because when the iPad is launched in landscape, the centerViewController reports a portrait frame until viewDidAppear. More... over 10 years ago
Changed the copyright information More... almost 11 years ago
Added UIViewController category to main header. Updated all examples to use new convenience method More... almost 11 years ago
Moved UIViewController category to its own file More... almost 11 years ago
Maintain the position of the centerViewController when the centerViewController is changed. Also, redraw shadows and re-add the gesture recognizers. More... almost 11 years ago
Fixed an issue not detecting parentView More... almost 11 years ago
Improved category method to account for UISplitViewController More... almost 11 years ago