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.
我UIButton通过在单元格中创建自定义附件视图来显示 unicode 字符。问题是文本在 iPad 中看起来非常小。如果我设置一些其他字符串,如“ABC”,它会正确显示。如何使 unicode 字符显示为大?
UIButton
将字体大小设置得太高解决了这个问题。我将字体大小设置为 50,我得到了想要的结果。