12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <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="JXServiceTopView">
- <rect key="frame" x="0.0" y="0.0" width="378" height="200"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KGv-WR-beY">
- <rect key="frame" x="0.0" y="0.0" width="378" height="170"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="kefutopView" translatesAutoresizingMaskIntoConstraints="NO" id="gFe-NB-bPh">
- <rect key="frame" x="0.0" y="0.0" width="378" height="170"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="gFe-NB-bPh" firstAttribute="leading" secondItem="KGv-WR-beY" secondAttribute="leading" id="5CN-CI-Iq2"/>
- <constraint firstAttribute="bottom" secondItem="gFe-NB-bPh" secondAttribute="bottom" id="ew7-hQ-5k4"/>
- <constraint firstAttribute="height" constant="170" id="h3h-ED-wzN"/>
- <constraint firstItem="gFe-NB-bPh" firstAttribute="top" secondItem="KGv-WR-beY" secondAttribute="top" id="oJf-pr-c2o"/>
- <constraint firstAttribute="trailing" secondItem="gFe-NB-bPh" secondAttribute="trailing" id="xg7-QI-qxe"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="0.94509803920000002" green="0.94508665800000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <constraints>
- <constraint firstItem="KGv-WR-beY" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Odg-Nj-3y6"/>
- <constraint firstItem="KGv-WR-beY" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="cpP-ja-3ic"/>
- <constraint firstAttribute="trailing" secondItem="KGv-WR-beY" secondAttribute="trailing" id="uhq-KA-Izt"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="vipLeverL" destination="KGv-WR-beY" id="n9T-8b-xfB"/>
- </connections>
- <point key="canvasLocation" x="-14.492753623188406" y="172.76785714285714"/>
- </view>
- </objects>
- <resources>
- <image name="kefutopView" width="375" height="178"/>
- </resources>
- </document>
|