List of iOS font names

0 votes

If you look at this nice list of preinstalled fonts that Apple compiled, you'll notice 2 things missing.

iOS and macOS System Fonts

  1. Visual representation of the font. (would be nice, Apple)
  2. More importantly, the actual font name that you need to use.

As an example, in Xcode/Swift if I want to use Apple SD Gothic Neo Heavy I can't use:

contactNameLabel.font = UIFont(name: "Apple SD Gothic Neo Heavy", size: 13)

I would have to use:

contactNameLabel.font = UIFont(name: "AppleSDGothicNeo-Heavy", size: 13)

Just wanted to see if anyone has a link that shows these names, or otherwise, what the best practice is for easily finding them.

I apologize that my question is not strictly code related. This is my first Stack Overflow question, and I wish it could be more technical, but I think the answer to this could be helpful to people, including myself. Thanks all.


 

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
861 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Mobile Development

0 votes
0 answers

How to fetch the width and height of a programatically added view in Swift/ iOS?

I have added a UIView and a ...READ MORE

Nov 10, 2022 in Mobile Development by gaurav
• 23,260 points
729 views
0 votes
0 answers

What is the equivalent of apk in iOS?

What is the equivalent of apk in ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
219 views
0 votes
0 answers

IOS - Old version of app being installed from the app store

I released an update to my app ...READ MORE

Nov 15, 2022 in Mobile Development by gaurav
• 23,260 points
183 views
0 votes
1 answer

Get Font.Weight in iOS 14

This is not a bug. It is ...READ MORE

answered Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
722 views
0 votes
0 answers

Accurate timing in iOS

I am looking at the 'Metronome' sample ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
217 views
0 votes
0 answers

Swift - Find antilog for 4 digit Integer in iOS

I need to find an antilog for 5995. ...READ MORE

Nov 8, 2022 in Mobile Development by gaurav
• 23,260 points
789 views
0 votes
0 answers

iPhone system font

What is the name of the default ...READ MORE

May 16, 2022 in Others by Kichu
• 19,050 points
340 views
0 votes
1 answer

iPhone system font

The iPhone system interface uses Helvetica or ...READ MORE

answered Sep 20, 2022 in Others by Aditya
• 7,680 points
1,085 views
0 votes
1 answer

Can I embed a custom font in an iPhone application?

This is supported by iOS 3.2 and ...READ MORE

answered Sep 22, 2022 in IOS by Rahul
• 9,670 points
323 views
0 votes
1 answer

How do I create folder under an Amazon S3 bucket through PHP API?

Of Course, it is possible to create ...READ MORE

answered Apr 24, 2018 in AWS by anonymous
10,958 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP