iOS Helper class to implement sliding panels view.
- Import the file SlidePanelsViewController.h
- Subclass or create an instance of the SlidePanelsViewController.
- Add view controllers that needs to be displayed in sliding panels using methods in SlidePanelsViewController.h
- For header button images, add images with index of view controller as name to the project. If not added, indices will be displayed as header button title.
Feel free to go through source code to understand it better.
Cheers! Hope this helps someone.