【发布时间】:2014-07-27 21:11:05
【问题描述】:
当我快速运行这段代码时,我不知道为什么应用程序会在“alertView.show()”部分显示一个断点而终止,请有人帮助我。
var alertView = UIAlertView(
title: "Hey",
message: "Hello",
delegate: self,
cancelButtonTitle: "Cancel"
)
alertView.show()
【问题讨论】:
标签: ios uialertview swift