mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-14 15:26:40 +10:00
new icons
This commit is contained in:
@@ -103,7 +103,7 @@ extension UIColor {
|
||||
}
|
||||
|
||||
class func yepIconImageViewTintColor() -> UIColor {
|
||||
return UIColor.darkGrayColor()
|
||||
return yepCellAccessoryImageViewTintColor()
|
||||
}
|
||||
|
||||
// 反色
|
||||
|
||||
+3
-1
@@ -7,7 +7,9 @@
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode",
|
||||
"author" : "xcode"
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "template"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
+3
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user