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.
1)修正可能なボックスを円形に変更することは可能ですか2)アラートボックスにpngを追加する3)任意のカスタムUI
UIAlertViewは、他のものと同じようにUIViewです。好きなものを追加できます。
メッセージにいくつかの空白行を含むUIAlertViewを設定し(独自の要素を配置するためのスペースを提供するため)、他の場所と同じように要素を追加してみます。
[alertView addSubview:myAwesomeButton];