fontawesome - blky/IOS-Swift GitHub Wiki

// self.fontLabel.text =  "\u{f082}"
self.fontLabel.textColor = UIColor.blueColor()
self.fontLabel.font = UIFont(name: "FontAwesome", size: 60)
self.fontLabel.text = String(NSString.fontAwesomeIconStringForEnum(FAIcon.Check))