标签: ios uikit uistoryboard uiappearance
如果我在故事板中设置UIView的属性,是否应该覆盖appearance proxy提供的默认值?
UIView
我的申请已[UIToolbar.appearance setBarTintColor: UIColor.myCustomColour]。这按预期工作。
[UIToolbar.appearance setBarTintColor: UIColor.myCustomColour]
我有一个特定的UIToolbar需要不同的barTint。我在故事板编辑器中设置了这个:而不是Default,工具栏使用灰色。但是,在运行时似乎忽略了这种颜色,而工具栏则改为使用全局颜色。
UIToolbar
barTint
Default