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