TuSDKPFBrushTableViewInterface Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | TuSDKPFBrushBarViewBase.h |
delegate
required method
笔刷分组列表行视图委托
@property (nonatomic, weak) id<TuSDKPFBrushTableViewDelegate> delegate
Declared In
TuSDKPFBrushBarViewBase.h
action
required method
笔刷使用类型
@property (nonatomic) lsqBrushAction action
Declared In
TuSDKPFBrushBarViewBase.h
cellViewClazz
required method
滤镜分组元素视图类 (默认:TuSDKCPGroupFilterItemCell, 需要继承 UITableViewCellTuSDKCPGroupFilterItemCellInterface)
@property (nonatomic, strong) Class cellViewClazz
Declared In
TuSDKPFBrushBarViewBase.h
cellWidth
required method
行视图宽度
@property (nonatomic) CGFloat cellWidth
Declared In
TuSDKPFBrushBarViewBase.h
modeList
required method
数据列表
@property (nonatomic, retain) NSArray *modeList
Declared In
TuSDKPFBrushBarViewBase.h
– selectPostion:scrollToCenter:reload:
required method
选中索引
- (void)selectPostion:(NSUInteger)position scrollToCenter:(BOOL)toCenter reload:(BOOL)reload
Parameters
position |
索引 |
---|---|
toCenter |
是否滚动到中心位置 |
reload |
是否刷新数据 |
Declared In
TuSDKPFBrushBarViewBase.h
– changeSelectPostion:scrollToCenter:anim:
required method
改变选中索引
- (void)changeSelectPostion:(NSUInteger)position scrollToCenter:(BOOL)toCenter anim:(BOOL)anim
Parameters
position |
索引 |
---|---|
toCenter |
是否滚动到中心位置 |
anim |
是否使用动画 |
Declared In
TuSDKPFBrushBarViewBase.h