I have an UIButton and I changed its title to attributed.
Now that the title is attributed I need to keep the font - "System font".
Unfortunately I can't find system font because when I made the UIButton title to attributed, I can't get this menu anymore:
Instead I only get this menu:
and here, in the larger menu, I can't find system font.
where is the system font in the menu or how can I add system font via interface builder when using UIButton attributed title?
Please don't suggest thing like "Adding a label with _______ under the UIButton" or "UIImageView with the text".



