By default Interface Builder do not provide facility to set custom fonts for UI elements. If you have to use custom fonts in your iOS application there two possible ways
Make IBOutlet of each element and set font programatically by sending setFont message
Create png image for your text and set as background of your UI element.
Thanks to Cedric Luthi who made FontReplacer. Although it still do not provide straight forward way to set custom fonts but minimized the issue up to [Continue Reading]













