Get list of SF Symbol names in code

Hi. How do I get a list of all the available SF Symbol names from iOS using Swift code?

Replies

I don't know if there is an API for this.

The complete list is available on various websites, such as h t t p s : / / sfsymbols.com

Or use Apple SF Symbols app to copy all of them

https://stackoverflow.com/questions/63309862/way-to-easily-show-all-sf-symbols-icon-in-apps

  • Thanks, but I know I can get the names of the images on my computer using websites or the SF Symbols app itself (select all and copy names) but I'd rather not hard-code the names into my app code, and would rather ask iOS for the list as surely iOS already has that information available. Just a case of finding the right API call for it.

Add a Comment

You could also see this solution (posted 3 years ago):

https://developer.apple.com/forums/thread/110059

  • Thanks, but that seems to be for a list of the emoji characters, not for a list of the SF Symbol names.

Add a Comment