TuSDKPFStickerLocalBottomBar Class Reference
Inherits from | UIView |
---|---|
Declared in | TuSDKPFStickerLocalView.h |
categoryView
分类视图
@property (nonatomic, readonly) UIView *categoryView
Declared In
TuSDKPFStickerLocalView.h
cursorView
选中标识视图
@property (nonatomic, readonly) UIView *cursorView
Declared In
TuSDKPFStickerLocalView.h
buttonWidth
按钮宽度
@property (nonatomic, readonly) CGFloat buttonWidth
Declared In
TuSDKPFStickerLocalView.h
selectedIndex
当前选中索引
@property (nonatomic) NSUInteger selectedIndex
Declared In
TuSDKPFStickerLocalView.h
– categories:touchTarget:action:
创建分类按钮
- (void)categories:(NSArray *)categories touchTarget:(id)target action:(SEL)action
Parameters
categories |
分类 |
---|---|
target |
目标对象 |
action |
动作 |
Declared In
TuSDKPFStickerLocalView.h
– buildCategoryButtonWithIndex:left:title:
创建分类按钮
- (UIButton *)buildCategoryButtonWithIndex:(NSUInteger)index left:(NSUInteger)left title:(NSString *)title
Parameters
index |
索引 |
---|---|
left |
左边距离 |
title |
按钮标题 |
Return Value
button 分类按钮
Declared In
TuSDKPFStickerLocalView.h