How to add missing San Francisco font inside Xcode?

11,239

Solution 1

Yes, you need to include it in your plist. There should be a plenty of threads with that. This might help you

Solution 2

If you are targeting iOS 9 or later San Francisco is the default font. Usage in swift 3 UIFont.systemFont(ofSize: 15)

Share:
11,239
Adrian
Author by

Adrian

Updated on June 06, 2022

Comments

  • Adrian
    Adrian about 2 years

    I am running Xcode 8.3 , but I don't seem to have the San Francisco font present.

    I already download it from https://developer.apple.com/fonts/ and install it. I can see it when I open Font Book on my mac.

    Are there any additional steps to add the font inside Xcode ?

    edit: I am designing my app in Interface Builder so I need to have the font in Xcode to see how it looks when I run it.