TuSDKICGridView Class Reference
| Inherits from | UICollectionView |
|---|---|
| Declared in | TuSDKICGridView.h |
cellIdentifier
缓存标记 (初始化时自动创建: [NSString stringWithFormat:@“%@Cell”, [self class]])
@property (nonatomic, readonly) NSString *cellIdentifierDeclared In
TuSDKICGridView.h
+ grid
初始化(使用全屏大小)
+ (instancetype)gridReturn Value
表格视图 (默认以屏幕高宽 style = UITableViewStylePlain 初始化)
Declared In
TuSDKICGridView.h
+ gridWithHeight:
初始化(使用屏幕宽度)
+ (instancetype)gridWithHeight:(float)heightParameters
height |
高度 |
|---|
Return Value
表格视图
Declared In
TuSDKICGridView.h
+ initWithFrame:
初始化
+ (instancetype)initWithFrame:(CGRect)frameParameters
frame |
坐标长宽 |
|---|
Return Value
表格视图 默认以style = UITableViewStylePlain 初始化
Declared In
TuSDKICGridView.h