JASidePanels
JASidePanels copied to clipboard
Reveal side ViewControllers similar to Facebook/Path's menu
It can be useful to know that it can be install through cocoapod while reading the README.
Hi! I've added _baseInit call on initWithNibName. Addition JASidePanels-subclass as an implementation of class with xib-file fixed. It was unexpected to find out different behavior for subclassing and for composition...
These imports seems to be required
We now can disable clicking on the center view while a side panel is opened. other files where changed to delete trailing spaces
If the user starts dragging the center panel to show the right panel, but then drags the other way to show the left panel, the right panel would be visible...
I think this change will help neophytes get up and running quickly
Added public method: `- (void)willPanToSidePanelVisiblePercent:(CGFloat)percent duration:(CGFloat)duration` This method gets called whenever the sidepanels moves. Overriding this method in your JASidePanelController subclass allows you to respond to pan changes with fine...
sideContainers should be re-layouted in case of possible rotation within viewDidAppear
The viewDidAppear of the ViewController in the left or right panel is only called the first time (In some cases you have to refresh some information in these views when...