Skip to content

Commit

Permalink
Fix README usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfri committed Jul 29, 2013
1 parent 00e0c72 commit 56f7610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SNFSegmentedViewController is the simplest way to use a `UISegmentedControl` for
## Usage

Since `SNFSegmentedViewController` is a subclass of `UITabBarController`, all you have to do is:
* Drag out a `UITabBarController` into a storyboard.
* Drag out a `UITabBarController` into a storyboard, and embed it in a `UINavigationController`.
* Wire it up to your views appropriately.
* Change its class to `SNFSegmentedViewController`.

Expand Down

0 comments on commit 56f7610

Please sign in to comment.