测试已测试 | ✗ |
语言编程语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2014年12月 |
由Seth Friedman维护。
SNFSegmentedViewController是使用UISegmentedControl
在视图间切换的最简单方法。您无需担心视图控制器包容性或设置自定义空segue。SNFSegmentedViewController只需使用即可。
由于SNFSegmentedViewController
是UITabBarController
的子类,您只需这样做:
UITabBarController
拖到Storyboard中,然后将其嵌入到一个UINavigationController
中。SNFSegmentedViewController
。就这么简单。
如果您正在使用CocoaPods,请将SNFSegmentedViewController
添加到Podfile中,或者将SNFSegmentedViewController.{h,m}
添加到您的项目中。
SNFSegmentedViewController需要iOS 6.0及以上版本,并且需要ARC。
SNFSegmented ViewController由Seth Friedman创建。
特别感谢Bill Shirley演示如何隐藏 UITabBar
。
SNFSegmented ViewController可在MIT许可证下使用。