ios-samples/WorkingWithImages/LaunchScreen.storyboard

63 строки
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6254" systemVersion="14C109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="X5k-f2-b5h">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="gAE-YM-kbH">
<objects>
<viewController id="X5k-f2-b5h" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Y8P-hJ-Z43"/>
<viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="yd7-JS-zBw">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="LaunchScreen-right.png" translatesAutoresizingMaskIntoConstraints="NO" id="24">
<rect key="frame" x="429" y="0.0" width="171" height="207"/>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" ambiguous="YES" image="LaunchScreen-left.png" translatesAutoresizingMaskIntoConstraints="NO" id="25">
<rect key="frame" x="0.0" y="402" width="154" height="198"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Xamarin" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0q6-MR-edx">
<rect key="frame" x="203" y="350" width="194" height="39"/>
<constraints>
<constraint firstAttribute="width" constant="194" id="91"/>
<constraint firstAttribute="height" constant="39" id="92"/>
</constraints>
<fontDescription key="fontDescription" name="HelveticaNeue-Light" family="Helvetica Neue" pointSize="36"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="LaunchScreen-center.png" translatesAutoresizingMaskIntoConstraints="NO" id="23">
<rect key="frame" x="225" y="210" width="150" height="132"/>
</imageView>
</subviews>
<color key="backgroundColor" red="0.45098039215686275" green="0.50588235294117645" blue="0.50980392156862742" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="25" firstAttribute="bottom" secondItem="yd7-JS-zBw" secondAttribute="bottom" priority="1" id="36"/>
<constraint firstItem="24" firstAttribute="top" secondItem="yd7-JS-zBw" secondAttribute="top" priority="1" id="45"/>
<constraint firstItem="24" firstAttribute="trailing" secondItem="yd7-JS-zBw" secondAttribute="trailing" id="59"/>
<constraint firstAttribute="centerX" secondItem="23" secondAttribute="centerX" priority="1" id="81"/>
<constraint firstAttribute="centerX" secondItem="0q6-MR-edx" secondAttribute="centerX" priority="434" id="89"/>
<constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" id="97"/>
<constraint firstAttribute="centerY" secondItem="23" secondAttribute="centerY" constant="24" id="99"/>
<constraint firstItem="0q6-MR-edx" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" constant="69" id="106"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="XAI-xm-WK6" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="349" y="339"/>
</scene>
</scenes>
<resources>
<image name="LaunchScreen-center.png" width="150" height="132"/>
<image name="LaunchScreen-left.png" width="154" height="198"/>
<image name="LaunchScreen-right.png" width="171" height="207"/>
</resources>
</document>