3 つのオプションがあり、「キャンセル」ボタンがない UIAlertView を作成しようとしていますが、これを行うと、常に「ボタン 3」がキャンセル ボタンとしてスタイル設定されます。これを回避する方法はありますか?
UIAlertView *alertView= [[UIAlertView alloc] initWithTitle:@"Select One" message:nil delegate:self cancelButtonTitle:nil otherButtonTitles:@"Button 1",@"Button 2", @"Button3", nil];