标签: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