|
@@ -1,7 +1,11 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
|
|
|
+ <device id="retina4_7" orientation="portrait">
|
|
|
|
|
+ <adaptation id="fullscreen"/>
|
|
|
|
|
+ </device>
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11106"/>
|
|
|
|
|
|
|
+ <deployment identifier="iOS"/>
|
|
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
<scenes>
|
|
<scenes>
|
|
@@ -16,12 +20,28 @@
|
|
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
|
+ <subviews>
|
|
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="redAnt" translatesAutoresizingMaskIntoConstraints="NO" id="haL-GR-fcA">
|
|
|
|
|
+ <rect key="frame" x="67.5" y="213.5" width="240" height="240"/>
|
|
|
|
|
+ <constraints>
|
|
|
|
|
+ <constraint firstAttribute="height" constant="240" id="DiP-oe-js5"/>
|
|
|
|
|
+ <constraint firstAttribute="width" constant="240" id="YpT-k5-G4V"/>
|
|
|
|
|
+ </constraints>
|
|
|
|
|
+ </imageView>
|
|
|
|
|
+ </subviews>
|
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
|
|
|
+ <constraints>
|
|
|
|
|
+ <constraint firstItem="haL-GR-fcA" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="UEx-xi-rfj"/>
|
|
|
|
|
+ <constraint firstItem="haL-GR-fcA" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="b5k-lo-NLG"/>
|
|
|
|
|
+ </constraints>
|
|
|
</view>
|
|
</view>
|
|
|
</viewController>
|
|
</viewController>
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
</objects>
|
|
</objects>
|
|
|
- <point key="canvasLocation" x="53" y="375"/>
|
|
|
|
|
|
|
+ <point key="canvasLocation" x="49.925037481259373" y="373.60000000000002"/>
|
|
|
</scene>
|
|
</scene>
|
|
|
</scenes>
|
|
</scenes>
|
|
|
|
|
+ <resources>
|
|
|
|
|
+ <image name="redAnt" width="1024" height="1024"/>
|
|
|
|
|
+ </resources>
|
|
|
</document>
|
|
</document>
|