所以我读过这篇文章
但它似乎没有解决使背景不着色为半透明的问题。我希望带有按钮的菜单后面的内容清晰可见。这甚至可能吗?
这是我目前拥有的
WPSActionSheet *actionSheet = [[WPSActionSheet alloc] initWithCompletion:completion];
[actionSheet setTitle:@""];
[actionSheet addButtonWithTitle:@"Take Photo"];
[actionSheet addButtonWithTitle:@"Choose from Library"];
[actionSheet addButtonWithTitle:@"Skip This Step"];
[actionSheet setCancelButtonIndex:2];
[actionSheet showInView:[self view]];
这表明了这一点