Default font size of UITableViewCell

后端 未结 3 1424
长情又很酷
长情又很酷 2021-01-30 10:58

Anybody knows the default font size of UITableViewCell?

3条回答
  •  -上瘾入骨i
    2021-01-30 11:35

    If you look in the documentation for UIFont there are methods for retrieving system font sizes. I'd say they'll have you're answer.

    http://developer.apple.com/library/ios/#documentation/uikit/reference/UIFont_Class/Reference/Reference.html

    + labelFontSize is probably the one you're after.

提交回复
热议问题