From f2b006c239098f3b4e678fd92b37d102e14b635a Mon Sep 17 00:00:00 2001 From: nixzhu Date: Sat, 12 Sep 2015 16:10:11 +0800 Subject: [PATCH] fix pick skill arrow color --- Yep/Views/Buttons/SkillCategoryButton.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Yep/Views/Buttons/SkillCategoryButton.swift b/Yep/Views/Buttons/SkillCategoryButton.swift index 0c5bc81b..79687410 100644 --- a/Yep/Views/Buttons/SkillCategoryButton.swift +++ b/Yep/Views/Buttons/SkillCategoryButton.swift @@ -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 }()