new icons

This commit is contained in:
nixzhu
2015-11-24 17:42:55 +08:00
parent 3c3540f78a
commit 0809d058df
7 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ extension UIColor {
}
class func yepIconImageViewTintColor() -> UIColor {
return UIColor.darkGrayColor()
return yepCellAccessoryImageViewTintColor()
}
//
+3 -1
View File
@@ -7,7 +7,9 @@
],
"info" : {
"version" : 1,
"author" : "xcode",
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Binary file not shown.
+3 -1
View File
@@ -7,7 +7,9 @@
],
"info" : {
"version" : 1,
"author" : "xcode",
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Binary file not shown.
@@ -90,7 +90,7 @@
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Yep Logo" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Pnz-a7-XkG">
<rect key="frame" x="45" y="13" width="206" height="14.5"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="icon_accessory_mini" translatesAutoresizingMaskIntoConstraints="NO" id="scn-AJ-OnL" userLabel="Accessory Image View">
@@ -44,9 +44,8 @@ class ProfileSocialAccountGithubCell: UICollectionViewCell {
override func awakeFromNib() {
super.awakeFromNib()
reposImageView.tintColor = UIColor.darkGrayColor()
starsImageView.tintColor = UIColor.darkGrayColor()
reposImageView.tintColor = UIColor.yepIconImageViewTintColor()
starsImageView.tintColor = UIColor.yepIconImageViewTintColor()
reposCountLabel.textColor = UIColor.grayColor()
starsCountLabel.textColor = UIColor.grayColor()