美文网首页
swift3.0 Tabbar

swift3.0 Tabbar

作者: 一点灬 | 来源:发表于2017-01-03 10:20 被阅读0次
    1. 设置文字颜色
    viewController.tabBarItem.setTitleTextAttributes([NSForegroundColorAttributeName: UIColor.orange], for: UIControlState.selected)
    

    2.去除图片的渲染颜色

    viewController.tabBarItem.selectedImage = viewController.tabBarItem.selectedImage?.withRenderingMode(UIImageRenderingMode.alwaysOriginal)
    

    相关文章

      网友评论

          本文标题:swift3.0 Tabbar

          本文链接:https://www.haomeiwen.com/subject/exigvttx.html