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.
ユーザーがアプリケーション内からホームボタンをタップしてアプリを閉じると、UIVIEW を表示する必要があるという要件があります。とにかくこれは ios フレームワークで可能ですか?
これは iOS SDK では不可能です。ユーザーがホーム ボタンをタップすると、アクティブなアプリが閉じられてホーム画面に戻ることが期待されます。
あなたができる唯一のことは、アプリが再びアクティブになったときにリッスンし、UIView を表示することです。