Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
查看 UIActionSheet - 苹果类参考
UIActionSheet
options = [[UIActionSheet alloc] initWithTitle:nil delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles:@"Email Photo", @"Message", @"Assign to Contact", @"Use as Wallpaper", @"Tweet", @"Print", nil]; [options showInView:self.view]; [options release];
Check out UIActionSheet - Apple Class Reference
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
查看
UIActionSheet
- 苹果类参考Check out
UIActionSheet
- Apple Class Reference