0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated podspec version to 0.5.5 More... almost 10 years ago
Added a missing bracket to an example in the README More... almost 10 years ago
Added fix for side menu insets / status bar overlapping bug [Closes #163] More... almost 10 years ago
Keep the same shadow when swapping the centerViewController [Closes #112] More... almost 10 years ago
Delegate preferredStatusBarStyle to the centerViewController [Closes #132] More... almost 10 years ago
Only allow panning to begin if it is a horizontal pan [Closes #146] More... almost 10 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... almost 11 years ago
Added xcshareddata to source control More... almost 11 years ago
Ignore xcuserdata More... almost 11 years ago
Stop triggering animation twice on the end of pan gestures More... almost 11 years ago
Add support for panning on custom views [Finishes #95] More... almost 11 years ago
Updated podspec to version 0.5.3 More... almost 11 years ago
Merge pull request #91 from chourobin/feature/category More... almost 11 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... almost 11 years ago
Remove gesture recognizers when changing the centerViewController [Finishes #85] More... almost 11 years ago
Improve support for rotations in iOS 6 [#85] More... almost 11 years ago
Don't set side menu frames until the views have appeared [Fixes #105] More... almost 11 years ago
Always set the right menu to the right side of the menuContainerView. More... almost 11 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... almost 11 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