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アプリケーションにカスタムアラートがあり、正常に動作します。
しかし、ある状況では、ビューが 1 つのビューの下に隠れてしまうため、すべてのビューまたはウィンドウの上に親ビューを追加する必要があります。
最善の方法は何ですか
アプリケーションウィンドウに直接追加
[self.view.window addSubview: myView];
これがうまくいくことを願っています。
試しましたか: [parentview bringSubviewToFront:alertview]