GeeV2PFPhotosGridCell Class Reference
| Inherits from | UICollectionViewCell |
|---|---|
| Declared in | GeeV2PFPhotosGridCell.h |
thumbView
下载进度背景view
@property (nonatomic, retain) UIImageView *thumbViewDeclared In
GeeV2PFPhotosGridCell.h
enableMultiSelection
是否为多选模式
@property (nonatomic, assign) BOOL enableMultiSelectionDeclared In
GeeV2PFPhotosGridCell.h
progressBgView
下载进度背景view
@property (nonatomic, retain) UIView *progressBgViewDeclared In
GeeV2PFPhotosGridCell.h
progressView
下载进度view
@property (nonatomic, retain) GeeV2ICCircularProgressView *progressViewDeclared In
GeeV2PFPhotosGridCell.h
photosGridCellDelegate
相册照片表单元格协议
@property (nonatomic, weak) id<GeeV2PFPhotosGridCellDelegate> photosGridCellDelegateDeclared In
GeeV2PFPhotosGridCell.h
– setData:
设置单元格显示数据
- (void)setData:(id)dataParameters
data |
数据 |
|---|
Declared In
GeeV2PFPhotosGridCell.h
– setSelectionCellData:
设置cell的样式
- (void)setSelectionCellData:(GeeV2TSPhotosGridCellData *)cellDataParameters
cellData |
单元格数据 |
|---|
Declared In
GeeV2PFPhotosGridCell.h