What is the name of the default system font on the iPhone?
I would like to retrieve this for customizing a UIView.
UIView
UIFont *systemFont = [UIFont systemFontOfSize:[UIFont systemFontSize]];
This will give you the system font with the default system font size applied for the label texts by default.