GeeV2PFPhotoGridProtocol Protocol Reference

Conforms to NSObject
Declared in GeeV2PFPhotosGridView.h

Overview

相册照片列表行视图委托

– onTuSDKPFPhotoGridAssetSelected:atIndexPath: required method

单元格被选中

- (void)onTuSDKPFPhotoGridAssetSelected:(id)asset atIndexPath:(NSIndexPath *)indexPath

Parameters

asset

单元格对象

indexPath

单元格索引

Declared In

GeeV2PFPhotosGridView.h

– onTuSDKPFPhotoGridAssetClicked:atIndexPath: required method

单元格被点击,跳转到预览视图

- (void)onTuSDKPFPhotoGridAssetClicked:(id)asset atIndexPath:(NSIndexPath *)indexPath

Parameters

asset

单元格对象

indexPath

单元格索引

Declared In

GeeV2PFPhotosGridView.h

– getSelectedItem required method

获取选中的单元格列表

- (NSMutableArray<GeeV2TSPhotosGridCellData*> *)getSelectedItem

Return Value

gridCellData

Declared In

GeeV2PFPhotosGridView.h