ios - 在热点模式下,启动屏幕不会填满屏幕设备
<p><p>如果我在我的 iPhone 上激活热点,启动屏幕会向上移动,并且在屏幕底部我有一个填充空间,我可以在其中看到我的手机壁纸。我在导航 Controller 上遇到了同样的问题,但我修复了它。在这里我不知道我能做什么。 <img src="/image/x23rz.jpg" alt="enter image description here"/> </p>
<p>如果有人可以帮助我.. 请</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我找到了这个问题的解决方案。在 AppDelegate.m 我添加了这个方法:</p>
<pre><code>- (void)application:(UIApplication *)application willChangeStatusBarFrame:(CGRect)newStatusBarFrame {
[ setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone];
}
</code></pre>
<p>启动屏幕看起来很完美。</p></p>
<p style="font-size: 20px;">关于ios - 在热点模式下,启动屏幕不会填满屏幕设备,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/31262664/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/31262664/
</a>
</p>
页:
[1]