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

UIActionSheet 警告,提示调用showFromTabBar方法

时间:2014-09-13 21:26:35      阅读:279      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   io   ar   div   sp   cti   

    UIActionSheet *actionSheet = [[UIActionSheet alloc]initWithTitle:@"选择图片" delegate:(self) cancelButtonTitle:@"取消" destructiveButtonTitle:nil otherButtonTitles:@"拍照",@"从手机相册选择", nil];
    actionSheet.actionSheetStyle = UIActionSheetStyleBlackOpaque;
    [actionSheet showFromTabBar:self.tabBarController.tabBar];

 

UIActionSheet 警告,提示调用showFromTabBar方法

标签:des   style   blog   color   io   ar   div   sp   cti   

原文地址:http://www.cnblogs.com/hw140430/p/3970354.html

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