设置Xcode6项目的全局 tintcolor
Jul232015
在项目的AppDelegate 中找到方法: didFinishLaunchingWithOptions:
加入下列代码
window.tintColor =
UIColor.redColor()
即可设置项目的全局tintcolor 属性
在项目的AppDelegate 中找到方法: didFinishLaunchingWithOptions:
加入下列代码
window.tintColor =
UIColor.redColor()
即可设置项目的全局tintcolor 属性