Skip to content
forked from brow/leaves

A fork of brow/leaves that offers a couple of new transition styles.

License

Notifications You must be signed in to change notification settings

breezeight/leaves

 
 

Repository files navigation

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

About

A fork of brow/leaves that offers a couple of new transition styles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 99.3%
  • C 0.7%