Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そこで問題があります。アラートにボタンを追加すると、ボタンの数が 6 を超えると、ボタンがアラート ビュー フレームを超えて表示されます。スクロールビューのように正しく表示するにはどうすればよいですか?
2 つの UIAlertView に分割することを考えたことはありますか? 5番目/6番目のボタンを「その他のオプション」ボタンにして、それをdismisedWithButton関数内で処理してみてください。次に、最後のボタンを「キャンセル」ボタンにします。