Showing
2 changed files
with
3 additions
and
9 deletions
No preview for this file type
... | @@ -4,7 +4,6 @@ | ... | @@ -4,7 +4,6 @@ |
4 | <dependencies> | 4 | <dependencies> |
5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/> | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/> |
6 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> | 6 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
7 | - <capability name="System colors in document resources" minToolsVersion="11.0"/> | ||
8 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | 7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
9 | </dependencies> | 8 | </dependencies> |
10 | <objects> | 9 | <objects> |
... | @@ -21,10 +20,10 @@ | ... | @@ -21,10 +20,10 @@ |
21 | <rect key="frame" x="24" y="35" width="272" height="9"/> | 20 | <rect key="frame" x="24" y="35" width="272" height="9"/> |
22 | <subviews> | 21 | <subviews> |
23 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="N8L-PD-UP8"> | 22 | <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="N8L-PD-UP8"> |
24 | - <rect key="frame" x="0.0" y="0.0" width="272" height="159"/> | 23 | + <rect key="frame" x="0.0" y="0.0" width="272" height="149"/> |
25 | - <color key="backgroundColor" systemColor="systemRedColor"/> | 24 | + <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
26 | <constraints> | 25 | <constraints> |
27 | - <constraint firstAttribute="height" constant="159" id="r1F-lV-yNf"/> | 26 | + <constraint firstAttribute="height" constant="149" id="r1F-lV-yNf"/> |
28 | </constraints> | 27 | </constraints> |
29 | </imageView> | 28 | </imageView> |
30 | </subviews> | 29 | </subviews> |
... | @@ -53,9 +52,4 @@ | ... | @@ -53,9 +52,4 @@ |
53 | <point key="canvasLocation" x="68.702290076335871" y="47.535211267605639"/> | 52 | <point key="canvasLocation" x="68.702290076335871" y="47.535211267605639"/> |
54 | </tableViewCell> | 53 | </tableViewCell> |
55 | </objects> | 54 | </objects> |
56 | - <resources> | ||
57 | - <systemColor name="systemRedColor"> | ||
58 | - <color red="1" green="0.23137254900000001" blue="0.18823529410000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> | ||
59 | - </systemColor> | ||
60 | - </resources> | ||
61 | </document> | 55 | </document> | ... | ... |
-
Please register or login to post a comment