2021年5月8日
摘要: UITableView自定义cell时 若使用nib,使用 registerNib: 注册,dequeue时会调用 cell 的 -(void)awakeFromNib 不使用nib,使用 registerClass: 注册, dequeue时会调用 cell 的 - (id)initWithSty 阅读全文
posted @ 2021-05-08 11:03 wp7ers 阅读(155) 评论(0) 推荐(0)