TuSDKPFPhotosGridCell Class Reference

Inherits from UICollectionViewCell
Declared in TuSDKPFPhotosGridCell.h

Overview

相册照片单元格视图

  thumbView

下载进度背景view

@property (nonatomic, retain) UIImageView *thumbView

Declared In

TuSDKPFPhotosGridCell.h

  enableMultiSelection

是否为多选模式

@property (nonatomic, assign) BOOL enableMultiSelection

Declared In

TuSDKPFPhotosGridCell.h

  progressBgView

下载进度背景view

@property (nonatomic, retain) UIView *progressBgView

Declared In

TuSDKPFPhotosGridCell.h

  progressView

下载进度view

@property (nonatomic, retain) TuSDKCircularProgressView *progressView

Declared In

TuSDKPFPhotosGridCell.h

  photosGridCellDelegate

相册照片表单元格协议

@property (nonatomic, weak) id<TuSDKPFPhotosGridCellDelegate> photosGridCellDelegate

Declared In

TuSDKPFPhotosGridCell.h

– lsqInitView

初始化视图

- (void)lsqInitView

Declared In

TuSDKPFPhotosGridCell.h

– setData:

设置单元格显示数据

- (void)setData:(id)data

Parameters

data

数据

Declared In

TuSDKPFPhotosGridCell.h

– setSelectionCellData:

设置cell的样式

- (void)setSelectionCellData:(TuSDKTSPhotosGridCellData *)cellData

Parameters

cellData

单元格数据

Declared In

TuSDKPFPhotosGridCell.h