码迷,mamicode.com
首页 > 其他好文 > 详细

UIAlertView

时间:2014-06-09 17:35:52      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:c   class   blog   code   a   com   

UIAlertView

1
2
3
UIAlertView *alert = [[UIAlertView  alloc]initWithTitle:@"出错了"message:@"网络连接失败,请稍后重试"delegate:nil cancelButtonTitle:@"好的" otherButtonTitles:nil];
[alert show];
[alert release];

UIAlertView,布布扣,bubuko.com

UIAlertView

标签:c   class   blog   code   a   com   

原文地址:http://www.cnblogs.com/hl666/p/3777454.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!