UIAlertView 用 OK 显示信息性语句
Posted
技术标签:
【中文标题】UIAlertView 用 OK 显示信息性语句【英文标题】:UIAlertView display an informative statement with OK 【发布时间】:2010-06-25 17:57:28 【问题描述】:我想显示一个 UIAlert 以向我的用户指出出现问题(可能没有 Internet)。我只需要一个确定按钮。
感谢您的帮助:)
【问题讨论】:
【参考方案1】:你试过looking in the documentation吗?
【讨论】:
我做了,我有点困惑 UIAlertView *startAlert = [[UIAlertView alloc] initWithTitle:@"title" message:@"string" delegate:nil cancelButtonTitle:@"Done" otherButtonTitles:@"按钮2",无];我可以省略 otherButtonTitles 吗?以上是关于UIAlertView 用 OK 显示信息性语句的主要内容,如果未能解决你的问题,请参考以下文章
“If”语句的困惑(原来是 UIAlertView 的困惑)
Swift UIAlertView/UIActionSheet