fix pick skill arrow color

This commit is contained in:
nixzhu
2015-09-12 16:10:11 +08:00
parent 0c49ebfbd8
commit f2b006c239
@@ -59,6 +59,8 @@ class SkillCategoryButton: UIButton {
let imageView = UIImageView()
imageView.contentMode = .Center
imageView.image = UIImage(named: "icon_skill_category_arrow")
imageView.tintColor = UIColor.whiteColor()
imageView.tintAdjustmentMode = .Normal
return imageView
}()