I\'m trying to add a custom font to my project in Xcode 4.2, but whenever I try to use it, I get a error that the object is nil.
I have done the following: 1) Ad
My font file is "Futura Heavy.ttf", then I use - replaced the space like below then it works!
-
class func futuraHeavy() -> UIFont { return UIFont(name: "Futura-Heavy", size: 12)! }