我已经看到了UIAlertControllers的几个屏幕快照,在该行的左侧有一个图像,但是我在文档中没有看到它。视觉示例如下:
我现在为控制器使用的代码:
UIAlertController * view = [UIAlertController
alertControllerWithTitle:@"My Title"
message:@"Select you Choice"
preferredStyle:UIAlertControllerStyleActionSheet];
UIAlertAction* ok = [UIAlertAction
actionWithTitle:@"OK"
style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action)
{
}];
[view addAction:ok];
[self presentViewController:view animated:YES completion:nil];
至尊宝的传说
相关分类