阅读背景:

UITabBar不会改变它的背景颜色

来源:互联网 

Easy code

class PreferencesTabBar: UITabBar {


    override func drawRect(rect: CGRect) {
        super.drawRect(rect)
        self.backgroundColor = UIColor(red: 166.0/255.0, green: 142.0/255.0, blue: 83.0/255.0, alpha: 0.5)
    }

}
class PreferencesTabBar: UITabBar {



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: