Skip to content

Commit

Permalink
Merge pull request #1 from rechsteiner/readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rechsteiner committed May 18, 2016
2 parents 77180f1 + cf3fc37 commit 8b0c381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="http://martinrechsteiner.com/parchment/5R993wsyGB.png" width="360" height="120" />
<img src="http://martinrechsteiner.com/parchment/JW1fAVsH25.png" width="360" height="120" />
</p>

<p align="center">
Expand All @@ -17,7 +17,7 @@

Parchment is a framework for paging between view controllers while showing menu items along with the content. It's build to be very customizable, written fully in Swift, and comes with very good default behaviors.

## Usage
## Getting Started

The easiest way to use Parchment is to use `FixedPagingViewController`. Just pass in an array of view controllers and it’ll set up everything for you.

Expand All @@ -39,7 +39,7 @@ view.addSubview(pagingViewController.view)
pagingViewController.didMoveToParentViewController(self)
```

Parchment will then generate menu items for each view controller using their title property. You can customize how the menu items will look, or even create your completely custom subclass. See [Customization]().
Parchment will then generate menu items for each view controller using their title property. You can customize how the menu items will look, or even create your completely custom subclass. See [Customization](#customization).

_Check out `ViewController.swift` in the Example target for more details._

Expand Down

0 comments on commit 8b0c381

Please sign in to comment.