1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <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">
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="backgound.png" translatesAutoresizingMaskIntoConstraints="NO" id="CZi-AR-nMa">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- </imageView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo.png" translatesAutoresizingMaskIntoConstraints="NO" id="57z-YM-3Cv">
- <rect key="frame" x="107" y="261" width="200" height="200"/>
- <constraints>
- <constraint firstAttribute="width" constant="200" id="Axu-ac-qLy"/>
- <constraint firstAttribute="height" constant="200" id="fxb-DZ-kmf"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="V.1.0" textAlignment="natural" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Vlt-bW-n6c">
- <rect key="frame" x="189.5" y="851" width="35" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="57z-YM-3Cv" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" constant="217" id="3go-Lt-khC"/>
- <constraint firstItem="Vlt-bW-n6c" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="I3l-Ux-pzx"/>
- <constraint firstAttribute="bottom" secondItem="CZi-AR-nMa" secondAttribute="bottom" id="Olg-DU-dG8"/>
- <constraint firstItem="57z-YM-3Cv" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="aY4-DS-SSU"/>
- <constraint firstItem="Vlt-bW-n6c" firstAttribute="bottom" secondItem="6Tk-OE-BBY" secondAttribute="bottom" constant="10" id="cfG-Mk-y2g"/>
- <constraint firstItem="CZi-AR-nMa" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="dEC-c5-H26"/>
- <constraint firstAttribute="trailing" secondItem="CZi-AR-nMa" secondAttribute="trailing" id="djV-wH-li8"/>
- <constraint firstItem="CZi-AR-nMa" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="t0n-0m-cfx"/>
- </constraints>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="52.173913043478265" y="375"/>
- </scene>
- </scenes>
- <resources>
- <image name="backgound.png" width="606" height="1253"/>
- <image name="logo.png" width="500" height="500"/>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|