|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
3 | | - <device id="retina6_1" orientation="portrait" appearance="light"/> |
| 2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> |
| 3 | + <device id="retina6_72" orientation="portrait" appearance="dark"/> |
4 | 4 | <dependencies> |
5 | | - <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/> |
| 5 | + <deployment identifier="iOS"/> |
| 6 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/> |
| 7 | + <capability name="Named colors" minToolsVersion="9.0"/> |
6 | 8 | <capability name="Safe area layout guides" minToolsVersion="9.0"/> |
7 | 9 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
8 | 10 | </dependencies> |
|
11 | 13 | <scene sceneID="EHf-IW-A2E"> |
12 | 14 | <objects> |
13 | 15 | <viewController id="01J-lp-oVM" sceneMemberID="viewController"> |
14 | | - <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> |
15 | | - <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> |
| 16 | + <view key="view" clipsSubviews="YES" contentMode="scaleToFill" id="Ze5-6b-2t3"> |
| 17 | + <rect key="frame" x="0.0" y="0.0" width="430" height="932"/> |
16 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
17 | 19 | <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="876" width="414" 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 | | - <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="login_logo" translatesAutoresizingMaskIntoConstraints="NO" id="fqq-3l-q1e"> |
25 | | - <rect key="frame" x="117.5" y="374.5" width="179" height="147.5"/> |
| 20 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launcherLogo" translatesAutoresizingMaskIntoConstraints="NO" id="fqq-3l-q1e"> |
| 21 | + <rect key="frame" x="110" y="341" width="210" height="250"/> |
26 | 22 | </imageView> |
27 | 23 | </subviews> |
28 | 24 | <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/> |
29 | | - <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 25 | + <color key="backgroundColor" name="launcherBackground"/> |
30 | 26 | <constraints> |
31 | | - <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="obG-Y5-kRd" secondAttribute="centerX" id="5cz-MP-9tL"/> |
32 | 27 | <constraint firstItem="fqq-3l-q1e" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="7kN-7G-jhj"/> |
33 | | - <constraint firstItem="obG-Y5-kRd" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="20" symbolic="YES" id="SfN-ll-jLj"/> |
34 | | - <constraint firstAttribute="bottom" secondItem="obG-Y5-kRd" secondAttribute="bottom" constant="20" id="Y44-ml-fuU"/> |
| 28 | + <constraint firstItem="fqq-3l-q1e" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" constant="110" id="bxj-JS-qdb"/> |
35 | 29 | <constraint firstItem="fqq-3l-q1e" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="vac-mk-hXV"/> |
| 30 | + <constraint firstItem="Bcu-3y-fUS" firstAttribute="trailing" secondItem="fqq-3l-q1e" secondAttribute="trailing" constant="110" id="wd0-ll-gZC"/> |
36 | 31 | </constraints> |
37 | 32 | </view> |
38 | 33 | </viewController> |
|
42 | 37 | </scene> |
43 | 38 | </scenes> |
44 | 39 | <resources> |
45 | | - <image name="login_logo" width="179" height="147.5"/> |
| 40 | + <image name="launcherLogo" width="315" height="250"/> |
| 41 | + <namedColor name="launcherBackground"> |
| 42 | + <color red="0.99999994039535522" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
| 43 | + </namedColor> |
46 | 44 | </resources> |
47 | 45 | </document> |
0 commit comments