gpt4 book ai didi

ios - 如何在 View Controller 的背景中设置自定义颜色

转载 作者:行者123 更新时间:2023-11-28 09:33:10 26 4
gpt4 key购买 nike

我想将我的移动应用程序的背景颜色设置为#B2B27A。

我可以访问 View Controller 和背景颜色面板,但我不知道如何设置我自己的 RGB 颜色。这可能吗?

最佳答案

简单地:

self.view.backgroundColor = UIColor(red: 178/255, green: 178/255, blue: 122/255, alpha: 1)

rgb 值等于#B2B27A

编辑:
您还可以在 Storyboard 中添加十六进制/RGB 值: enter image description here

  1. 选择您的观点
  2. 在属性检查器中点击背景
  3. 在颜色窗口中选择第二个菜单项

关于ios - 如何在 View Controller 的背景中设置自定义颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40191093/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com