Merge branch 'feature/fix_UI' into develop

This commit is contained in:
nixzhu
2015-09-12 16:11:35 +08:00
3 changed files with 5 additions and 0 deletions
@@ -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
}()
@@ -80,6 +80,7 @@ class ChatLeftAudioCell: ChatBaseCell {
playButton.userInteractionEnabled = false
playButton.tintColor = UIColor.darkGrayColor()
playButton.tintAdjustmentMode = .Normal
bubbleImageView.userInteractionEnabled = true
let tap = UITapGestureRecognizer(target: self, action: "tapMediaView")
@@ -63,6 +63,8 @@ class ChatRightAudioCell: ChatRightBaseCell {
audioDurationLabel.textColor = UIColor.whiteColor()
playButton.userInteractionEnabled = false
playButton.tintColor = UIColor.whiteColor()
playButton.tintAdjustmentMode = .Normal
bubbleImageView.userInteractionEnabled = true
let tap = UITapGestureRecognizer(target: self, action: "tapMediaView")