JASidePanels icon indicating copy to clipboard operation
JASidePanels copied to clipboard

Reveal side ViewControllers similar to Facebook/Path's menu

Results 46 JASidePanels issues
Sort by recently updated
recently updated
newest added

Added `UIViewAnimationOptionBeginFromCurrentState` when animating the centerPanel. This fixes glitchy behavior when there is a `UIToolbar` in the centerPanel with a overridden `layoutSubviews`. Without this option the buttons in the `UIToolbar`...

- **Summary**: If `bounceOnCenterPanelChange` is disabled and the center panel is still performing animations, the change of the center panel is not immediate, but waits until animations are completed. -...

I've updated JASidePanelController.h and Readme to include an option that does not require typing in any code. It is all done through storyboards and segues. Please review and merge if...

If you keep panning to close an open panel, you'll see the panel on the opposite side. That is fine if you have both panels. If you have only a...

- limits pan by class name - i.e., `self.viewController.panViewClasses = @[[UINavigationBar class]];` limits scroll to UINavigationBar and all navigationbar subviews

Fixes a crash that can occur if the center panel is shown programmatically while panning the center panel. In our implementation this can be reproduced by tapping an item in...

Added some delegate methods I've been using in my projects. They might be helpful for others as well.

When changing the position of the center panel occur side panels zoom-animation ![ios simulator screen shot jun 11 2013 15 51 26](https://f.cloud.github.com/assets/124523/636920/ac170f4a-d295-11e2-9b67-d48a8cce3fff.png) ![ios simulator screen shot jun 11 2013 15...

Two new properties: ``` recognizesLeftViewPanGesture recognizesLeftViewPanGesture ``` If set to `YES`, it will allow the user to close the left or right panel by pan gestures on the corresponding view....