mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-26 05:05:52 +10:00
Merge branch 'feature/fix_UI' into develop
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user