Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.07k stars 1.37k forks source link

动态字体适配TableView的问题 #1264

Closed Snail-hash closed 3 years ago

Snail-hash commented 3 years ago

QDCellHeightCacheViewController:

修改系统字体大小之后字体跟着一起变了,但是cell的高度没跟着变

MoLice commented 3 years ago

你的 cell 里的 font 是 在 label init 时才设置的,你有在字体变化后重新设置 font 吗?

Snail-hash commented 3 years ago

懂了,建议在QDFontViewController 里面加一下备注

MoLice commented 3 years ago

必要性不大,这种操作方式是系统的,与是否使用 QMUI 无关。