use:
id fontDesc = [UIFontDescriptor fontDescriptorWithName:fntName size:fontSize];
id textFont = [UIFont fontWithDescriptor:fontDesc size:fontSize];
instead of:
id textFont = [UIFont fontWithName:fntName size:fontSize];
Topic:
App & System Services
SubTopic:
General
Tags: