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

UIActionSheet 提示框

时间:2014-10-25 17:20:46      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:iphone开发   ios开发   开源技术   苹果   ios8   

UIActionSheet是iOS开发中实现警告框的重要的类,在很多情况下都要用到

UIActionSheet * sheet = [[UIActionSheet alloc] initWithTitle:@"确定要清空图片缓存?" delegate:self cancelButtonTitle:@"取消" destructiveButtonTitle:nil otherButtonTitles:@"确定", @"确定", @"确定", @"确定", @"确定", @"确定", nil];

    
    [sheet showInView:self.view];

UIActionSheet 提示框

标签:iphone开发   ios开发   开源技术   苹果   ios8   

原文地址:http://blog.csdn.net/u012460084/article/details/40454271

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