BTTitlePaginationView 1.0.1

BTTitlePaginationView 1.0.1

测试已测试
Lang语言 Obj-CObjective C
许可证 zlib
发布最新发布2014年12月

Borut Tomazin 维护。



  • Borut Tomažin

目的

类似于 Twitter 的标题分页视图。

ARC 支持

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+ 仅限)。