菜鸟教程小白 发表于 2022-12-13 16:04:10

ios - 不建议使用颜色文字 - Xcode 9


                                            <p><p>我正在尝试设置具有特定颜色的属性,在这种情况下,我想使用 Color Literal 函数,但是 Xcode 不建议使用 Color Literal 并且只给我从 UIColor 中选择的选项...我该如何修复建议问题?</p>

<p> <img src="/image/r6WjA.png" alt="Color Literal not being suggested"/> </p>

<p> <img src="/image/utA9v.png" alt="Second Attempt with typing &#34;L&#34; after &#34;Color&#34; "/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我认为您可以将此文字添加到您的代码片段库中。</p>

<pre><code>#colorLiteral(red: 1.0, green: 1.0, blue: 1.0, alpha: 1.0)
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 不建议使用颜色文字 - Xcode 9,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/52031101/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/52031101/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 不建议使用颜色文字 - Xcode 9