iOS: Programmatically add custom font during runtime
I know this is an old question, but I was trying to do the same today and found a way using CoreText and CGFont. First be sure you add the CoreText framework and #import <CoreText/CoreText.h> Then this should do it (in this example I am using a font I previously downloaded and saved to a … Read more