だから私はこの記事を読んだ
しかし、背景を半透明にしないという問題には対処していないようです。ボタンのあるメニューの背後にあるコンテンツがはっきりと見えるようにしたい。これは可能ですか?
これは私が現在持っているものです
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]];
これはこれを示しています