I need to use San Francisco font in my app. But I'm not sure if the default font (system font) in my current Xcode is SF font. My app is supporting iOS 7 and above and I need all OS version to use SF font.
- So, I want to know how can I do this?
- Is the default system font in 7.3.1 using SF font? I've checked in Font Book app but I didn't see SF font.
- Do I need to install it to use it? (like in this question: How to get San Francisco font into Xcode?)
I'm using Xcode 7.3.1 with OS 10.11.2. The font is set in Storyboard, not progamatically.