GeeV2PFStickerLocalListView Class Reference
| Inherits from | UIView |
|---|---|
| Conforms to | TuSDKICPagerHolderViewProtocol UITableViewDataSource UITableViewDelegate |
| Declared in | GeeV2PFStickerLocalView.h |
tableView
列表视图
@property (nonatomic, readonly) TuSDKICTableView *tableViewDeclared In
GeeV2PFStickerLocalView.h
data
输入的数据
@property (nonatomic, retain) TuSDKPFStickerCategory *dataDeclared In
GeeV2PFStickerLocalView.h
gridProtocol
相册照片列表行视图委托
@property (nonatomic, assign) id<GeeV2PFStickerLocalViewProtocol> gridProtocolDeclared In
GeeV2PFStickerLocalView.h
cellViewClazz
表格行视图类 (默认:GeeV2PFStickerLocalCellView, 需要继承 GeeV2PFStickerLocalCellView)
@property (nonatomic, strong) Class cellViewClazzDeclared In
GeeV2PFStickerLocalView.h
gridViewClazz
表格单元格视图类 (默认:GeeV2PFStickerLocalGridView, 需要继承 GeeV2PFStickerLocalGridView)
@property (nonatomic, strong) Class gridViewClazzDeclared In
GeeV2PFStickerLocalView.h
cellHeaderViewClazz
表格行头部视图类 (默认:GeeV2PFStickerLocalSectionHeader, 需要继承 GeeV2PFStickerLocalSectionHeader)
@property (nonatomic, strong) Class cellHeaderViewClazzDeclared In
GeeV2PFStickerLocalView.h
emptyViewClazz
空数据视图类 (默认:GeeV2PFStickerLocalEmptyView, 需要继承 GeeV2PFStickerLocalEmptyView)
@property (nonatomic, strong) Class emptyViewClazzDeclared In
GeeV2PFStickerLocalView.h