From 56f7610632d33321b6bbc2c59e333a48a7cd6fb6 Mon Sep 17 00:00:00 2001 From: Seth Friedman Date: Mon, 29 Jul 2013 16:25:21 -0500 Subject: [PATCH] Fix README usage instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d553ea4..7ad4c3b 100644 --- a/README.md +++ b/README.md @@ -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`.