2
FontAwesome安裝在字體簿:如何將FontAwesome添加到Interface Builder的字體列表中?
然而,這不是Interface Builder中的字體列表上顯示:
如何選擇FontAwesome的字體爲UIButton
?
FontAwesome安裝在字體簿:如何將FontAwesome添加到Interface Builder的字體列表中?
然而,這不是Interface Builder中的字體列表上顯示:
如何選擇FontAwesome的字體爲UIButton
?
試試這個方法
1. Add your font to project resources
2. In plist file
3. myButton.titleLabel.font = [UIFont fontWithName:@"yourFontName" size:yourFontSize];