Hello,
The system font for iOS is SF-Pro, as mentioned here: https://developer.apple.com/design/human-interface-guidelines/typography.
"SF Pro is the system font in iOS and iPadOS."
However, when I print the font, created with `[UIFont systemFontOfSize:18.0 weight:UIFontWeightRegular], I get the following info:
<UICTFont: 0x114f1f400> font-family: ".SFUI-Regular"; font-weight: normal; font-style: normal; font-size: 18.00pt.
If SF-Pro is the system font , shouldn't the font family be some variation of SFPro?
How come it prints font-family: ".SFUI-Regular"
Thank you