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.
iOS のポップアップ ダイアログを実装する最良の方法は何ですか?
ユーザーがスマイリーを選択できる UIView と、UIView を閉じるボタンが必要です
私は Apple のインターフェイス ガイドラインについて、決定を下すのに十分な知識がありません。使用すべき Apple クラス、またはサードパーティのオープン ソース プロジェクトはありますか?
ユーザーが任意の項目を選択できる小さなカスタム ダイアログ ボックスが必要な場合は、ウィンドウ全体よりも小さいフレームを持つUIViewをビュー コントローラーに追加するだけです。次に、hiddenプロパティを変更して非表示にして表示します
hidden