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

UIAlertView,没心情,先不写了

时间:2015-08-15 19:50:26      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:

 

 

(1)最基本的样式:就一个标题,一行描述信息,一个YES按钮,一个NO按钮;

    UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Hehe" message:@"这是一行描述信息" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"OK", nil];

    [alertView show];

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

 

UIAlertView,没心情,先不写了

标签:

原文地址:http://www.cnblogs.com/yyt-hehe-yyt/p/4732839.html

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