微调一下颜色

This commit is contained in:
ylzheng
2015-11-23 21:56:55 +08:00
parent 24d3890386
commit 7accdd942a
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -616,7 +616,7 @@
<animations/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
<inset key="scrollIndicatorInsets" minX="-16" minY="0.0" maxX="-16" maxY="20"/>
<color key="sectionIndexBackgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<color key="sectionIndexBackgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" restorationIdentifier="Cell" selectionStyle="none" indentationWidth="10" reuseIdentifier="Cell" rowHeight="140" id="APH-r0-l37" customClass="CustomTableCell" customModule="librx">
<rect key="frame" x="0.0" y="1" width="600" height="140"/>
@@ -740,7 +740,7 @@
<constraint firstAttribute="height" constant="1" id="kzC-61-ZzN"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="1" green="1" blue="1" alpha="0.93000000000000005" colorSpace="calibratedRGB"/>
<color key="textColor" red="1" green="1" blue="1" alpha="0.57999999999999996" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
@@ -790,7 +790,7 @@
</view>
</subviews>
<animations/>
<color key="backgroundColor" red="0.94509803921568625" green="0.93725490196078431" blue="0.93725490196078431" alpha="1" colorSpace="calibratedRGB"/>
<color key="backgroundColor" red="0.98852758010040476" green="0.98068212311548097" blue="0.98068212311548097" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="topMargin" secondItem="OV8-aP-e6c" secondAttribute="top" id="EQF-6f-VdY"/>
<constraint firstAttribute="bottomMargin" secondItem="OV8-aP-e6c" secondAttribute="bottom" constant="-6.5" id="KRO-Mx-Fo3"/>
@@ -1545,8 +1545,8 @@
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<webView contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FB1-8L-lYa">
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FB1-8L-lYa">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="deviceRGB"/>
</webView>
</subviews>
+1 -1
View File
@@ -22,7 +22,7 @@ class ExploreCollectionViewController: UICollectionViewController, UICollectionV
private var searchController:UISearchController!
private var colors: [String] = ["#FB7F5A", "#1276EF", "#52D5CD", "#FED51D"]
private var colors: [String] = ["#FB7F5A", "#1276EF", "#525C89", "#FED51D"]
weak var delegate: ExploreCollectionViewController?