测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | zlib |
发布最新发布 | 2014年12月 |
由 Borut Tomazin 维护。
类似于 Twitter 的标题分页视图。
BOTitlePaginationView 完全支持 ARC。
iOS 5+
将 pod 'BTTitlePaginationView'
添加到您的 Podfile 或将类文件拖入您的项目中。
@property (nonatomic, assign) NSInteger currentPage;
当前分页页码。
@property (nonatomic, assign) CGFloat offset;
从 scrollView 的内容 offset.x 属性中检索到的滚动偏移量。
@property (nonatomic, copy) NSArray *items;
分页项目数组。
@property (nonatomic, strong) UIColor *indicatorTintColor;
分页指示器 tintColor(iOS 7.0+ 仅限)。
@property (nonatomic, strong) UIColor *currentIndicatorTintColor;
分页当前指示器 tintColor(iOS 7.0+ 仅限)。