- I am trying to use
Helvetica CY
font in my app. I have configured it as recommended by apple docs. - The custom font shows up in dropdown in Storyboard, but unable to use the same font programatically in my class file.
- I have logged all font families available for the app, but "
Helvetica CY
" is not printed on console log.
Any help will be appreciated.
Thanks!