12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
- <device id="retina6_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="EHf-IW-A2E">
- <objects>
- <viewController id="01J-lp-oVM" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="pqy-YQ-gkn"/>
- <viewControllerLayoutGuide type="bottom" id="aZv-Y4-YYW"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
- <rect key="frame" x="0.0" y="0.0" width="428" height="926"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="logo" translatesAutoresizingMaskIntoConstraints="NO" id="oSB-gV-dGR">
- <rect key="frame" x="151.33333333333334" y="202" width="125.33333333333334" height="121"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="oSB-gV-dGR" secondAttribute="height" multiplier="114/110" id="eag-0V-HSB"/>
- </constraints>
- </imageView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchBottomImage" translatesAutoresizingMaskIntoConstraints="NO" id="Ai3-hZ-GKk">
- <rect key="frame" x="0.0" y="654" width="428" height="272"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="Ai3-hZ-GKk" secondAttribute="height" multiplier="373/237" id="rtO-pm-85R"/>
- </constraints>
- </imageView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="Ai3-hZ-GKk" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="11R-ec-oja"/>
- <constraint firstItem="oSB-gV-dGR" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="110/375" id="GOX-A5-oMw"/>
- <constraint firstItem="Ai3-hZ-GKk" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" id="OfJ-xm-LbD"/>
- <constraint firstAttribute="bottom" secondItem="Ai3-hZ-GKk" secondAttribute="bottom" id="Zjh-G6-hKG"/>
- <constraint firstItem="oSB-gV-dGR" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="ewq-eh-FBP"/>
- <constraint firstItem="oSB-gV-dGR" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" constant="202" id="zac-ll-kPY"/>
- </constraints>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="53" y="375"/>
- </scene>
- </scenes>
- <resources>
- <image name="LaunchBottomImage" width="374" height="238"/>
- <image name="logo" width="110.66666412353516" height="114.66666412353516"/>
- </resources>
- </document>
|