JTRevealSidebar is an interesting control that slides a view horizontally to reveal a new view, leaving a sidebar in place to return to the original view. The control also handles pushing a subview onto the screen.
As James Tang, the author points out, the control is in early development and is essentially a work in process/demo. However, with some additional coding, I think this could be a very nice control to display and manage content on a small screen (the iPhone).
Below is a screenshot of the demo application included with the project that shows a “revealed” view and the sidebar on the right.
Download JTRevealSidebar
You can download JTRevealSidebar from github.
Open Source Recommendations ?
Have you written or worked with iOS or Cocoa open source that you think others would find interesting, send me a note.
I have used JTRevealSideBar in my code. Im trying to implement a swipe gesture where u can swipe instead of clicking on the button to reveal the view on the side.
Any Idea how i can implement that? It is greatly appreciated of someone can help me out with this.