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.
请看这张图片。在响应式网站上,侧边菜单和主页图标有时会显示为表情符号。使用的图标来自图标库:font-family:feather
请参阅图片中所附情况的屏幕截图
通常图标字体仍然可以通过字母访问,找到合适的字母并设置按钮文本和字体。
let button = UIButton(frame: CGRect.zero) button.titleLabel?.font = UIFont(name: "feather", size: 50.0) button.setTitle("A", for: .normal)