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.
我有一个带有文本字段和 2 个按钮的 UIalert 视图。
我希望消息中的文字更大一些,我该怎么做?
谢谢,什洛米
UIAlertView无法更改。如果您想修改它,您需要从头开始创建自己的。
UIAlertView
请参阅UIAlertView 类参考,并在子类化注释下:
UIAlertView 类旨在按原样使用,不支持子类化。此类的视图层次结构是私有的,不得修改。