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