Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 656 Bytes

README.markdown

File metadata and controls

16 lines (10 loc) · 656 Bytes

#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.

Leaves Preview

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];
}