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.
我在模型中得到了这张图片供我参考,我想知道是否有办法制作一个UIAlertView看起来像下面显示的警报视图的方法。
UIAlertView
Apple 不允许您更改 UIAlertView ,如果您想模仿效果,则必须创建 UI 并将其添加到视图控制器的视图、窗口或导航控制器的视图中。然后您将需要为每个按钮和“X”按钮实现方法。