Showing
2 changed files
with
2 additions
and
8 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="24504"/> | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24504"/> |
| 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> |
| ... | @@ -263,7 +262,7 @@ | ... | @@ -263,7 +262,7 @@ |
| 263 | <viewLayoutGuide key="frameLayoutGuide" id="VdI-CU-gtr"/> | 262 | <viewLayoutGuide key="frameLayoutGuide" id="VdI-CU-gtr"/> |
| 264 | </scrollView> | 263 | </scrollView> |
| 265 | </subviews> | 264 | </subviews> |
| 266 | - <color key="backgroundColor" red="0.94901960780000005" green="0.94901960780000005" blue="0.94901960780000005" alpha="1" colorSpace="calibratedRGB"/> | 265 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 267 | <constraints> | 266 | <constraints> |
| 268 | <constraint firstAttribute="trailing" secondItem="GDr-bX-h2w" secondAttribute="trailing" id="6Rw-Bg-NO4"/> | 267 | <constraint firstAttribute="trailing" secondItem="GDr-bX-h2w" secondAttribute="trailing" id="6Rw-Bg-NO4"/> |
| 269 | <constraint firstItem="mci-HQ-9iu" firstAttribute="height" secondItem="SHO-CC-9Fd" secondAttribute="height" priority="250" id="BiG-6i-WVL"/> | 268 | <constraint firstItem="mci-HQ-9iu" firstAttribute="height" secondItem="SHO-CC-9Fd" secondAttribute="height" priority="250" id="BiG-6i-WVL"/> |
| ... | @@ -275,7 +274,7 @@ | ... | @@ -275,7 +274,7 @@ |
| 275 | </view> | 274 | </view> |
| 276 | </subviews> | 275 | </subviews> |
| 277 | <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> | 276 | <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/> |
| 278 | - <color key="backgroundColor" systemColor="systemBackgroundColor"/> | 277 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 279 | <constraints> | 278 | <constraints> |
| 280 | <constraint firstItem="SHO-CC-9Fd" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="HgA-qe-JaT"/> | 279 | <constraint firstItem="SHO-CC-9Fd" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="HgA-qe-JaT"/> |
| 281 | <constraint firstItem="SHO-CC-9Fd" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="c1X-3g-JjK"/> | 280 | <constraint firstItem="SHO-CC-9Fd" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="c1X-3g-JjK"/> |
| ... | @@ -285,9 +284,4 @@ | ... | @@ -285,9 +284,4 @@ |
| 285 | <point key="canvasLocation" x="141" y="154"/> | 284 | <point key="canvasLocation" x="141" y="154"/> |
| 286 | </view> | 285 | </view> |
| 287 | </objects> | 286 | </objects> |
| 288 | - <resources> | ||
| 289 | - <systemColor name="systemBackgroundColor"> | ||
| 290 | - <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | ||
| 291 | - </systemColor> | ||
| 292 | - </resources> | ||
| 293 | </document> | 287 | </document> | ... | ... |
-
Please register or login to post a comment