TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Seth Friedman.
SNFSegmentedViewController is the simplest way to use a UISegmentedControl
for switching between views. You don't have to worry about view controller containment or setting up a kludge of custom empty segues. SNFSegmentedViewController just works.
Since SNFSegmentedViewController
is a subclass of UITabBarController
, all you have to do is:
UITabBarController
into a storyboard, and embed it in a UINavigationController
.SNFSegmentedViewController
.It's that simple.
Add SNFSegmentedViewController
to your Podfile if you're using CocoaPods, or add SNFSegmentedViewController.{h,m}
into your project.
SNFSegmentedViewController requires iOS 6.0 and above, and it requires ARC.
SNFSegmentedViewController was created by Seth Friedman.
Special thanks to Bill Shirley for demonstrating how to hide the UITabBar
.
SNFSegmentedViewController is available under the MIT license.