Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FontAwesome 安装在 Font Book 中:
但是,它没有显示在 Interface Builder 的字体列表中:
如何选择 FontAwesome 作为 a 的字体 UIButton?
UIButton
试试这个方法
1. Add your font to project resources 2. In plist file
3. myButton.titleLabel.font = [UIFont fontWithName:@"yourFontName" size:yourFontSize];