TUIInputMoreCellData Class Reference

Inherits from NSObject
Declared in TUIInputMoreCell.h
TUIInputMoreCell.m

Overview

【模块名称】TUIInputMoreCellData 【功能说明】更多单元数据源 更多单元负责在更多视图中显示,向用户展示更多视图中包含的功能。同时作为各个功能的入口,相应用户的交互事件。 而数据源则负责存储一系列“更多”单元所需的信息由数据。

  image

单元图标 各个单元的图标有所不同,用于形象表示该单元所对应的功能。

@property (nonatomic, strong) UIImage *image

Declared In

TUIInputMoreCell.h

  title

单元名称 各个单元的名称有所不同(比如拍摄、录像、文件、相册等),用于在图标下方以文字形式展示单元对应的功能。

@property (nonatomic, strong) NSString *title

Declared In

TUIInputMoreCell.h

  photoData

“相册”单元所对应的数据源。用于存放相册单元所需的各类信息与数据。

@property (class, nonatomic, assign) TUIInputMoreCellData *photoData

Declared In

TUIInputMoreCell.h

  pictureData

“拍摄”单元所对应的数据源。用于存放拍摄单元所需的各类信息与数据。

@property (class, nonatomic, assign) TUIInputMoreCellData *pictureData

Declared In

TUIInputMoreCell.h

  videoData

“视频”单元所对应的数据源。用于存放视频单元所需的各类信息与数据。

@property (class, nonatomic, assign) TUIInputMoreCellData *videoData

Declared In

TUIInputMoreCell.h

  fileData

“文件”单元所对应的数据源。用于存放文件单元所需的各类信息与数据。

@property (class, nonatomic, assign) TUIInputMoreCellData *fileData

Declared In

TUIInputMoreCell.h