2017-11-29 15:56:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
|
|
|
|
<device id="retina4_7" orientation="portrait">
|
|
|
|
<adaptation id="fullscreen"/>
|
|
|
|
</device>
|
2016-03-07 03:28:48 +00:00
|
|
|
<dependencies>
|
|
|
|
<deployment identifier="iOS"/>
|
2017-11-29 15:56:17 +00:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13174"/>
|
2016-03-07 03:28:48 +00:00
|
|
|
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
|
2017-11-29 15:56:17 +00:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
2016-03-07 03:28:48 +00:00
|
|
|
</dependencies>
|
|
|
|
<objects>
|
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
|
<view contentMode="scaleToFill" id="iN0-l3-epB">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Subsurface-mobile" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
|
|
|
|
<rect key="frame" x="20" y="140" width="441" height="43"/>
|
|
|
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
|
|
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
2017-11-30 06:24:28 +00:00
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="subsurface-mobile-icon.png" translatesAutoresizingMaskIntoConstraints="NO" id="yO0-Is-QXm">
|
|
|
|
<rect key="frame" x="120" y="214" width="240" height="240"/>
|
2017-11-29 15:56:17 +00:00
|
|
|
<constraints>
|
2017-11-30 06:24:28 +00:00
|
|
|
<constraint firstAttribute="height" constant="240" id="Cgz-gv-e4R"/>
|
2017-11-29 15:56:17 +00:00
|
|
|
<constraint firstAttribute="width" constant="240" id="Y6d-Ka-Jid"/>
|
|
|
|
</constraints>
|
|
|
|
</imageView>
|
2016-03-07 03:28:48 +00:00
|
|
|
</subviews>
|
2017-11-29 15:56:17 +00:00
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
2016-03-07 03:28:48 +00:00
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="Kid-kn-2rF"/>
|
|
|
|
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
|
2017-11-30 06:24:28 +00:00
|
|
|
<constraint firstItem="yO0-Is-QXm" firstAttribute="top" secondItem="kId-c2-rCX" secondAttribute="bottom" constant="31" id="RGE-re-jgt"/>
|
2016-03-07 03:28:48 +00:00
|
|
|
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
|
2017-11-29 15:56:17 +00:00
|
|
|
<constraint firstItem="yO0-Is-QXm" firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="ihF-fN-fhQ"/>
|
2016-03-07 03:28:48 +00:00
|
|
|
</constraints>
|
|
|
|
<nil key="simulatedStatusBarMetrics"/>
|
|
|
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
|
|
|
<point key="canvasLocation" x="404" y="445"/>
|
|
|
|
</view>
|
|
|
|
</objects>
|
2017-11-30 06:24:28 +00:00
|
|
|
<resources>
|
|
|
|
<image name="subsurface-mobile-icon.png" width="256" height="256"/>
|
|
|
|
</resources>
|
2016-03-07 03:28:48 +00:00
|
|
|
</document>
|