I\'ve read the available font families by [UIFont familyNames], but I\'ve got various lists on different devices (but with the same iOS version). Can somebody tell me, if th
I believe those are only the fonts shipped with iOS. Any Custom fonts you need to find the respective .otf
or .ttf
files & include that file in your project resource.
Am saying this because, I wanted to use HelveticaNeue-UltraLight
font. Its listed in iOS & you see this font option in Xcode. But upon selecting nothing happens. For this to work I had to do the above & put in HelveticaNeue-UltraLight
font file.