xcode - iOS - SymbolSet Font Icons not working -


  1. i purchased font icon bundle https://symbolset.com

  2. i copied ss-social-regular.tff project.

  3. in info.plist, added ss-social-regular.tff under font provided application.

  4. in view controller, created uilabel in code, set font "ss-social-regular", , set text @"\uf610". (this facebook icon. got u+f610 hovering on icon in font book)

  5. the result box question mark inside.

i've tried many different variations string set label text, none have worked.