You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: