123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12118" systemVersion="16B2657" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
- <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="CarRefreshHeadView">
- <rect key="frame" x="0.0" y="0.0" width="320" height="53"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="mj_car.png" translatesAutoresizingMaskIntoConstraints="NO" id="CBa-pI-m2s">
- <rect key="frame" x="141.5" y="27" width="37" height="17"/>
- </imageView>
- <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="mj_shoe.png" translatesAutoresizingMaskIntoConstraints="NO" id="cXj-u9-VOu">
- <rect key="frame" x="166" y="39" width="9" height="9"/>
- </imageView>
- <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="mj_shoe.png" translatesAutoresizingMaskIntoConstraints="NO" id="Q9d-LI-91I">
- <rect key="frame" x="146" y="39" width="9" height="9"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
- </imageView>
- <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="mj_sun.png" translatesAutoresizingMaskIntoConstraints="NO" id="ifx-Tl-WRh">
- <rect key="frame" x="183" y="3" width="12" height="12"/>
- <constraints>
- <constraint firstAttribute="height" constant="12" id="f38-t3-JCt"/>
- <constraint firstAttribute="width" constant="12" id="kOd-D3-jEM"/>
- </constraints>
- </imageView>
- <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="mj_air.png" translatesAutoresizingMaskIntoConstraints="NO" id="sGy-lc-hvb">
- <rect key="frame" x="131" y="41" width="9" height="5"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="Q9d-LI-91I" firstAttribute="centerY" secondItem="sGy-lc-hvb" secondAttribute="centerY" id="B4y-qw-ieS"/>
- <constraint firstItem="Q9d-LI-91I" firstAttribute="top" secondItem="cXj-u9-VOu" secondAttribute="top" id="ISb-Cr-oou"/>
- <constraint firstItem="sGy-lc-hvb" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" constant="17" id="Ltg-PL-lpQ"/>
- <constraint firstItem="ifx-Tl-WRh" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="3" id="SxM-Pd-eef"/>
- <constraint firstItem="ifx-Tl-WRh" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="29" id="Z81-aA-LH7"/>
- <constraint firstItem="Q9d-LI-91I" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="-10" id="Ztu-Sz-DvY"/>
- <constraint firstItem="CBa-pI-m2s" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" constant="8.5" id="gD0-8Y-UYQ"/>
- <constraint firstItem="sGy-lc-hvb" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="-24.5" id="jDU-ti-cOk"/>
- <constraint firstItem="CBa-pI-m2s" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="lYE-OS-Vak"/>
- <constraint firstItem="cXj-u9-VOu" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" constant="10" id="t7e-Kk-eOf"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="mj_AirView" destination="sGy-lc-hvb" id="5Qp-bs-rQ4"/>
- <outlet property="mj_OneShoeView" destination="cXj-u9-VOu" id="eN2-nU-4qP"/>
- <outlet property="mj_SunView" destination="ifx-Tl-WRh" id="QzN-QU-tjh"/>
- <outlet property="mj_TowShoeView" destination="Q9d-LI-91I" id="dGt-dt-RHA"/>
- </connections>
- <point key="canvasLocation" x="423" y="554.5"/>
- </view>
- </objects>
- <resources>
- <image name="mj_air.png" width="9" height="5"/>
- <image name="mj_car.png" width="37" height="17"/>
- <image name="mj_shoe.png" width="9" height="9"/>
- <image name="mj_sun.png" width="12" height="12"/>
- </resources>
- </document>
|