I would like to know if systemFontSize in iOS app tableView is always the same for textLabel? This is are depening to style?
For example when I N
N
Just to add to the above answer. The above methods are members of UIFont class. So to get the default button font size...
float defaultFontSize = [UIFont buttonFontSize];