首页 > 其他 > 详细

UIActionSheet 提示框

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

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

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

    
    [sheet showInView:self.view];

UIActionSheet 提示框

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!