Default font size of UITableViewCell

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

Anybody knows the default font size of UITableViewCell?

3条回答
  •  独厮守ぢ
    2021-01-30 11:49

    [UIFont boldSystemFontOfSize:17.0];
    

    Which was discovered by changing the font of a UITableViewCell's textLabel until it matched the default.

提交回复
热议问题