自身内容决定的大小 TableViewCells。
- 合理的约束。
- 关键代码:
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 140
- Swift 4 的
Codable
运用。 prefersLargeTitles
运用。
- 取消掉 TextView 的
Scrolling Enabled
,否则布局约束出错。 Dynamic Type
预置字体样式。- NotificationCenter 监听辅助中的字号变化。