UITableViewHeaderFooterView 之 textLabel 默认字体及颜色

(lldb) po textLabel?.font
▿ Optional

  • some : font-family: ".SFUIText"; font-weight: normal; font-style: normal; font-size: 13.00pt

(lldb) po textLabel?.textColor
▿ Optional

  • some : UIExtendedSRGBColorSpace 0.427451 0.427451 0.447059 1

你可能感兴趣的:(UITableViewHeaderFooterView 之 textLabel 默认字体及颜色)