| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </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" customClass="GoldFlowView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="325"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="B2I-rg-EoU">
- <rect key="frame" x="0.0" y="0.0" width="375" height="285"/>
- <color key="backgroundColor" red="1" green="0.40000000600000002" blue="0.40000000600000002" alpha="1" colorSpace="calibratedRGB"/>
- </imageView>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="wQj-st-974">
- <rect key="frame" x="0.0" y="285" width="375" height="40"/>
- <color key="backgroundColor" red="0.0" green="0.50196081400000003" blue="0.50196081400000003" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="fwA-sd-ybg"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="wQj-st-974" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="K6U-TN-PU8"/>
- <constraint firstItem="B2I-rg-EoU" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="NkJ-U2-VFY"/>
- <constraint firstAttribute="trailing" secondItem="wQj-st-974" secondAttribute="trailing" id="bce-Hv-nxE"/>
- <constraint firstAttribute="bottom" secondItem="wQj-st-974" secondAttribute="bottom" id="dBp-Fh-PwM"/>
- <constraint firstAttribute="bottom" secondItem="B2I-rg-EoU" secondAttribute="bottom" constant="40" id="fNY-if-LYI"/>
- <constraint firstItem="B2I-rg-EoU" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="j7G-jL-tp4"/>
- <constraint firstAttribute="trailing" secondItem="B2I-rg-EoU" secondAttribute="trailing" id="kpz-sq-SNa"/>
- </constraints>
- <nil key="simulatedStatusBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="animationIMG" destination="B2I-rg-EoU" id="pUB-hZ-Pdk"/>
- </connections>
- <point key="canvasLocation" x="-214" y="-312"/>
- </view>
- </objects>
- </document>
|