#Leaves
This fork offers a couple of new transition styles: scrolling (like in the Kindle app) and slide over (like in Safari). Refer to the original README for how to add to your project.
To add a leaves view controller, subclass LeavesViewController and override the initialize method with the view that for the transition style you'd like
- (void)initialize
{
leavesView = [[SlideLeavesView alloc] initWithFrame:CGRectZero];
}