菜鸟教程小白 发表于 2022-12-12 11:05:16

ios - 可定制的主题颜色以在 ios 中设计应用程序


                                            <p><p>我需要根据用户想要的主题进行可定制的应用程序设计。</p>

<p>我应该只在一个地方更改颜色,并且应该更改整个应用程序主题。 </p>

<blockquote>
<p>NOTE: Different Theme Contains Different Theme Colours.</p>
</blockquote>

<p>我所做的是制作这样的调色板。</p>

<p> <a href="/image/CqE0C.png" rel="noreferrer noopener nofollow"><img src="/image/CqE0C.png" alt="Set ThemeColors Named Colour Palette"/></a> </p>

<p>在这张图片中,如果我将 <code>ThemeColor</code> 更改为 <code>Green</code> 而不是 <code>Blue</code> 那么我曾经使用过 <code>ThemeColor</code>,那么应该改为<code>Green</code>。</p>

<p>但我找不到自定义这些颜色的方法。或者任何其他方式,我错过了实现我的要求?</p>

<p>任何帮助表示赞赏.. </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>如果您使用目标 <strong>iOS 7+</strong> 开发项目并使用默认 iOS UI 对象,您可以通过更改 UIView 的 <strong>tintColor</strong> 属性并使用 <strong> 来管理主题UIAppearance</strong> 协议(protocol)。</p>

<p><strong>是的</strong>,您也可以从 <strong>storyboard/xib</strong> 更改 tintColor。</p>

<p><strong>最好的教程</strong>:<a href="https://www.raywenderlich.com/108766/uiappearance-tutorial" rel="noreferrer noopener nofollow">https://www.raywenderlich.com/108766/uiappearance-tutorial</a> </p>

<p>--- <strong>更新</strong> ---</p>

<p><strong>适用于所有 iOS 版本</strong>:<a href="https://stackoverflow.com/questions/8919334/how-to-create-multiple-themes-skins-for-iphone-apps" rel="noreferrer noopener nofollow">How to create Multiple Themes/Skins for iphone apps?</a> </p>

<p>我希望这会对你有所帮助。 :) </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 可定制的主题颜色以在 ios 中设计应用程序,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/36929667/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/36929667/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 可定制的主题颜色以在 ios 中设计应用程序