Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format md #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#Leaves
# Leaves

Leaves is an animated interface for navigating through a sequence of images
using page-turning gestures. As of iOS 5, Leaves is mostly obsoleted by
[UIPageViewController].

Leaves requires iOS 3.0 or later.

##Installation
## Installation

1. Add the files in the `Leaves` subdirectory to your Xcode project.
2. Ensure that your target links against `QuartzCore.framework`.

##Usage
## Usage

Creating a page-turning view controller is as simple as subclassing
[LeavesViewController][]:
Expand Down Expand Up @@ -44,7 +44,7 @@ Creating a page-turning view controller is as simple as subclassing
You may also use [LeavesView] directly. For more examples, see the included
`LeavesExamples` project.

##Forks
## Forks
* [Two-page view](https://github.com/ole/leaves/tree/twopages) by [ole](https://github.com/ole) ([blog post](http://oleb.net/blog/2010/06/app-store-safe-page-curl-animations/))
* [Zooming](https://github.com/hammerlyrodrigo/leaves) by [hammerlyrodrigo](https://github.com/hammerlyrodrigo)
* [ARC](https://github.com/tjboudreaux/leaves) by [tjboudreaux](https://github.com/tjboudreaux)
Expand Down