GeeV2PFStickerLocalBottomBar Class Reference

Inherits from UIView
Declared in GeeV2PFStickerLocalView.h

Overview

底部动作栏

  categoryView

分类视图

@property (nonatomic, readonly) UIView *categoryView

Declared In

GeeV2PFStickerLocalView.h

  cursorView

选中标识视图

@property (nonatomic, readonly) UIView *cursorView

Declared In

GeeV2PFStickerLocalView.h

  buttons

分类按钮

@property (nonatomic, readonly) NSArray *buttons

Declared In

GeeV2PFStickerLocalView.h

  selectedIndex

当前选中索引

@property (nonatomic) NSUInteger selectedIndex

Declared In

GeeV2PFStickerLocalView.h

– categories:touchTarget:action:

创建分类按钮

- (void)categories:(NSArray *)categories touchTarget:(id)target action:(SEL)action

Parameters

categories

分类

target

目标对象

action

动作

Declared In

GeeV2PFStickerLocalView.h