matteocrippa/MCFontAwesome

Two lines of implementation

lfarah opened this issue · 0 comments

I think we could something better instead of this:
testLbl.font = UIFont(name: "FontAwesome", size: 20)
testLbl.text = NSString().fontAwesomeIconWithName(FAIcon.faglass)

to this:
testLbl.font = UIFont.awesomefont("myfont")