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.
是否可以将 1)可调整框更改为圆形 2)将 png 添加到警报框 3)任何自定义 UI
UIAlertView 就像其他任何东西一样是 UIView。你可以添加任何你想要的东西。
我会尝试为消息设置一个带有一些空白行的 UIAlertView(为您提供放置自己元素的空间)并以您在其他任何地方的方式添加元素:
[alertView addSubview:myAwesomeButton];