|
2 | 2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
3 | 3 | <device id="retina6_12" orientation="portrait" appearance="light"/> |
4 | 4 | <dependencies> |
| 5 | + <deployment identifier="iOS"/> |
5 | 6 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/> |
6 | 7 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
| 8 | + <capability name="System colors in document resources" minToolsVersion="11.0"/> |
7 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
8 | 10 | </dependencies> |
9 | 11 | <scenes> |
|
14 | 16 | <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> |
15 | 17 | <rect key="frame" x="0.0" y="0.0" width="393" height="852"/> |
16 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
17 | | - <subviews> |
18 | | - <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd"> |
19 | | - <rect key="frame" x="0.0" y="832" width="393" height="0.0"/> |
20 | | - <fontDescription key="fontDescription" type="system" pointSize="17"/> |
21 | | - <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
22 | | - <nil key="highlightedColor"/> |
23 | | - </label> |
24 | | - </subviews> |
25 | 19 | <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> |
26 | | - <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
27 | | - <constraints> |
28 | | - <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="obG-Y5-kRd" secondAttribute="centerX" id="5cz-MP-9tL"/> |
29 | | - <constraint firstItem="obG-Y5-kRd" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="20" symbolic="YES" id="SfN-ll-jLj"/> |
30 | | - <constraint firstAttribute="bottom" secondItem="obG-Y5-kRd" secondAttribute="bottom" constant="20" id="Y44-ml-fuU"/> |
31 | | - </constraints> |
| 20 | + <color key="backgroundColor" systemColor="systemBackgroundColor"/> |
32 | 21 | </view> |
33 | 22 | </viewController> |
34 | 23 | <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> |
35 | 24 | </objects> |
36 | 25 | <point key="canvasLocation" x="53" y="375"/> |
37 | 26 | </scene> |
38 | 27 | </scenes> |
| 28 | + <resources> |
| 29 | + <systemColor name="systemBackgroundColor"> |
| 30 | + <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 31 | + </systemColor> |
| 32 | + </resources> |
39 | 33 | </document> |
0 commit comments