ios - 如果任何应用程序在后台运行,请调整大小
<p><p>我的设备是运行 8.1.3 版的 iPhone 5s。当任何基于位置的应用程序在后台运行时,状态栏会变蓝变大,从而降低我的应用程序的 View 。 </p>
<p>是否有任何方法可以识别是否有任何应用在后台运行并调整我的 View 大小?一般是怎么处理的?</p>
<p>附加图片。</p>
<p> <img src="/image/eTYFA.png" alt="enter image description here"/> <img src="/image/AnliQ.png" alt="enter image description here"/> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>是的。您的应用委托(delegate)可以实现这些方法:</p>
<pre><code>-application:willChangeStatusBarFrame:
-application:didChangeStatusBarFrame:
</code></pre>
<p>这些本地通知也会发送到默认通知中心:</p>
<pre><code>UIApplicationWillChangeStatusBarFrameNotification
UIApplicationDidChangeStatusBarFrameNotification
</code></pre></p>
<p style="font-size: 20px;">关于ios - 如果任何应用程序在后台运行,请调整大小,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/29763427/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/29763427/
</a>
</p>
页:
[1]