GeeV2PFPhotoGridProtocol Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | GeeV2PFPhotosGridView.h |
– onTuSDKPFPhotoGridAssetSelected:atIndexPath:
required method
单元格被选中
- (void)onTuSDKPFPhotoGridAssetSelected:(id)asset atIndexPath:(NSIndexPath *)indexPathParameters
asset |
单元格对象 |
|---|---|
indexPath |
单元格索引 |
Declared In
GeeV2PFPhotosGridView.h
– onTuSDKPFPhotoGridAssetClicked:atIndexPath:
required method
单元格被点击,跳转到预览视图
- (void)onTuSDKPFPhotoGridAssetClicked:(id)asset atIndexPath:(NSIndexPath *)indexPathParameters
asset |
单元格对象 |
|---|---|
indexPath |
单元格索引 |
Declared In
GeeV2PFPhotosGridView.h
– getSelectedItem
required method
获取选中的单元格列表
- (NSMutableArray<GeeV2TSPhotosGridCellData*> *)getSelectedItemReturn Value
gridCellData
Declared In
GeeV2PFPhotosGridView.h