ViewPagerController
特性
- 显示标题标签菜单
- 无限滚动标题标签菜单
- 无限滚动内容视图
- 可以添加标题视图
- 显示标题标签选中视图(可自定义)
- 可以滚动标题视图或导航栏(可自定义)
演示
要求
- Xcode 9.3+
- 竖屏 iPhone (不支持 iPad)
操作系统 | Swift | |
---|---|---|
v1.3.0 | iOS 8+ | 3.0 |
v2.0.x | iOS 9+ | 4.1 |
安装
CocoaPods
ViewPagerController 可通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile 中
use_frameworks!
pod "ViewPagerController"
Carthage
要使用 Carthage 将 ViewPagerController 集成到您的 Xcode 项目中,请在 Cartfile 中指定它
github "xxxAIRINxxx/ViewPagerController"
许可
MIT 许可证。更多信息请参阅 LICENSE 文件。