@property(nonatomic,strong)UITableView *tableView;
本文介绍了一个Objective-C中UITableView属性的声明方式,使用@property注释定义了一个强引用的UITableView对象。
@property(nonatomic,strong)UITableView *tableView;
1811
1065
4680

被折叠的 条评论
为什么被折叠?