Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
两者都使用是否有意义,textLabel或者一个“覆盖”另一个?contentViewUITableViewCell
textLabel
contentView
UITableViewCell
UILabel首次访问该textLabel属性时,会创建一个实例并将其添加到内容视图中。通常,您要么通过自己添加子视图来自定义内容视图,要么使用内置textLabel(和可选detailTextLabel)属性。
UILabel
detailTextLabel