设置了工具栏的背景色,但是不生效。
搜:
swift UIToolbar backgroundColor not work
参考帖子,最后去:
UIToolbar.appearance().backgroundColor = UIColor.redColor()
改为:
UIToolbar.appearance().barTintColor = UIColor.redColor()
即可。
转载请注明:在路上 » [已解决]swift设置了工具栏背景色但不生效
UIToolbar.appearance().backgroundColor = UIColor.redColor()
改为:
UIToolbar.appearance().barTintColor = UIColor.redColor()
转载请注明:在路上 » [已解决]swift设置了工具栏背景色但不生效