Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序中有多个故事板,对于一个特定的故事板,我希望有不同的配色方案。这可能不符合 iOS 7 指南,但我想知道是否有办法更改特定情节提要的每个 UIControl 的色调颜色。
是的,如果你去文件检查器,你可以设置每个故事板的全局颜色。事实上,我认为您不能一次为多个故事板设置色调颜色(除了在代码中进行)。
选择文件检查器:
第二部分如下所示:
更改全局色调,该颜色将成为整个故事板的色调颜色。
从代码 Swift 3
您可以使用一行代码更改所有视图的色调
UIView.appearance().tintColor = UIColor.green