TuSDKPFAlbumPopList Class Reference
Inherits from | TuSDKICTableView |
---|---|
Conforms to | UITableViewDataSource UITableViewDelegate |
Declared in | TuSDKPFAlbumPopList.h |
cellViewClazz
列表行视图类 (默认:TuSDKPFAlbumPopListCell, 需要继承 TuSDKPFAlbumPopListCell)
@property (nonatomic, strong) Class cellViewClazz
Declared In
TuSDKPFAlbumPopList.h
groups
系统相册列表
@property (nonatomic, strong) NSArray<id<TuSDKTSAssetsGroupInterface> > *groups
Declared In
TuSDKPFAlbumPopList.h
– selectGroup:
选中某个分组
- (void)selectGroup:(id<TuSDKTSAssetsGroupInterface>)group
Parameters
group |
相册对象 |
---|
Declared In
TuSDKPFAlbumPopList.h