SNFSegmentedViewController 0.1

SNFSegmentedViewController 0.1

测试已测试
语言编程语言 Obj-CObjective C
许可证 MIT
发布最后发布2014年12月

Seth Friedman维护。



  • 作者:
  • Seth Friedman

SNFSegmentedViewController是使用UISegmentedControl在视图间切换的最简单方法。您无需担心视图控制器包容性或设置自定义空segue。SNFSegmentedViewController只需使用即可。

用法

由于SNFSegmentedViewControllerUITabBarController的子类,您只需这样做:

  • 将一个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许可证下使用。