TuSDKPFStickerBarViewDelegate Protocol Reference

Conforms to NSObject
Declared in TuSDKPFStickerBarView.h

Overview

贴纸栏视图委托

– stickerBarView:selectSticker: required method

选中一个贴纸数据

- (void)stickerBarView:(TuSDKPFStickerBarView *)view selectSticker:(TuSDKPFSticker *)data

Parameters

view

贴纸栏视图

data

贴纸数据对象

Declared In

TuSDKPFStickerBarView.h

– stickerBarView:emptyWithCategory: required method

选择一个空分类

- (void)stickerBarView:(TuSDKPFStickerBarView *)view emptyWithCategory:(TuSDKPFStickerCategory *)cate

Parameters

view

贴纸栏视图

cate

贴纸分类

Declared In

TuSDKPFStickerBarView.h