菜鸟教程小白 发表于 2022-12-12 16:56:44

ios - iOS 9.1 的启动屏幕上的黑色方 block


                                            <p><p>我刚刚在 iPhone 6s 上升级到 iOS 9.1 后注意到,启动屏幕中间有一个黑色方 block ,所以它覆盖了 Logo 。
我使用 <em>LaunchScreen.xib</em> 文件。这一切都适用于以前的 iOS 版本和模拟器。</p>

<p>任何人都有过这种经验并且知道如何解决它?还是需要报告的操作系统错误? </p>

<p>这是我的启动屏幕截图。</p>

<p> <a href="/image/nwRQC.jpg" rel="noreferrer noopener nofollow"><img src="/image/nwRQC.jpg" alt="enter image description here"/></a> </p>

<p><strong>编辑:</strong></p>

<pre><code>&lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; standalone=&#34;no&#34;?&gt;
&lt;document type=&#34;com.apple.InterfaceBuilder3.CocoaTouch.XIB&#34; version=&#34;3.0&#34; toolsVersion=&#34;9059&#34; systemVersion=&#34;14F1021&#34; targetRuntime=&#34;iOS.CocoaTouch&#34; propertyAccessControl=&#34;none&#34; useAutolayout=&#34;YES&#34; launchScreen=&#34;YES&#34; useTraitCollections=&#34;YES&#34;&gt;
    &lt;dependencies&gt;
      &lt;deployment identifier=&#34;iOS&#34;/&gt;
      &lt;plugIn identifier=&#34;com.apple.InterfaceBuilder.IBCocoaTouchPlugin&#34; version=&#34;9049&#34;/&gt;
    &lt;/dependencies&gt;
    &lt;objects&gt;
      &lt;placeholder placeholderIdentifier=&#34;IBFilesOwner&#34; id=&#34;-1&#34; userLabel=&#34;File&#39;s Owner&#34;/&gt;
      &lt;placeholder placeholderIdentifier=&#34;IBFirstResponder&#34; id=&#34;-2&#34; customClass=&#34;UIResponder&#34;/&gt;
      &lt;view contentMode=&#34;scaleAspectFill&#34; id=&#34;iN0-l3-epB&#34;&gt;
            &lt;rect key=&#34;frame&#34; x=&#34;0.0&#34; y=&#34;0.0&#34; width=&#34;480&#34; height=&#34;480&#34;/&gt;
            &lt;autoresizingMask key=&#34;autoresizingMask&#34; widthSizable=&#34;YES&#34; heightSizable=&#34;YES&#34;/&gt;
            &lt;subviews&gt;
                &lt;imageView userInteractionEnabled=&#34;NO&#34; contentMode=&#34;center&#34; horizontalHuggingPriority=&#34;251&#34; verticalHuggingPriority=&#34;251&#34; image=&#34;splash_screen.png&#34; translatesAutoresizingMaskIntoConstraints=&#34;NO&#34; id=&#34;JQD-7b-VFF&#34;&gt;
                  &lt;rect key=&#34;frame&#34; x=&#34;0.0&#34; y=&#34;0.0&#34; width=&#34;480&#34; height=&#34;480&#34;/&gt;
                  &lt;color key=&#34;backgroundColor&#34; red=&#34;0.1962193080357143&#34; green=&#34;0.1962193080357143&#34; blue=&#34;0.1962193080357143&#34; alpha=&#34;1&#34; colorSpace=&#34;calibratedRGB&#34;/&gt;
                &lt;/imageView&gt;
            &lt;/subviews&gt;
            &lt;color key=&#34;backgroundColor&#34; red=&#34;0.96470594409999999&#34; green=&#34;0.96470594409999999&#34; blue=&#34;0.96470594409999999&#34; alpha=&#34;1&#34; colorSpace=&#34;deviceRGB&#34;/&gt;
            &lt;constraints&gt;
                &lt;constraint firstItem=&#34;JQD-7b-VFF&#34; firstAttribute=&#34;top&#34; secondItem=&#34;iN0-l3-epB&#34; secondAttribute=&#34;top&#34; id=&#34;I7G-Rj-go3&#34;/&gt;
                &lt;constraint firstAttribute=&#34;trailing&#34; secondItem=&#34;JQD-7b-VFF&#34; secondAttribute=&#34;trailing&#34; id=&#34;XkP-Lr-1sD&#34;/&gt;
                &lt;constraint firstAttribute=&#34;bottom&#34; secondItem=&#34;JQD-7b-VFF&#34; secondAttribute=&#34;bottom&#34; id=&#34;ZHX-bu-Tzq&#34;/&gt;
                &lt;constraint firstItem=&#34;JQD-7b-VFF&#34; firstAttribute=&#34;leading&#34; secondItem=&#34;iN0-l3-epB&#34; secondAttribute=&#34;leading&#34; id=&#34;oJ2-QD-G8U&#34;/&gt;
            &lt;/constraints&gt;
            &lt;nil key=&#34;simulatedStatusBarMetrics&#34;/&gt;
            &lt;freeformSimulatedSizeMetrics key=&#34;simulatedDestinationMetrics&#34;/&gt;
            &lt;point key=&#34;canvasLocation&#34; x=&#34;404&#34; y=&#34;445&#34;/&gt;
      &lt;/view&gt;
    &lt;/objects&gt;
    &lt;resources&gt;
      &lt;image name=&#34;splash_screen.png&#34; width=&#34;320&#34; height=&#34;480&#34;/&gt;
    &lt;/resources&gt;
&lt;/document&gt;
</code></pre>

<p>我很确定黑色方 block 应该是图像。 </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这在某种程度上与损坏的 <strong><em>.png</em></strong> 图像有关。我很惊讶,因为它在其他任何地方都运行良好。换了图,问题就解决了。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iOS 9.1 的启动屏幕上的黑色方 block ,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33546487/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33546487/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iOS 9.1 的启动屏幕上的黑色方 block