1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
- <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="RQPayPriceHeaderView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="86"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="G6M-R8-Zzb">
- <rect key="frame" x="0.0" y="0.0" width="375" height="86"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </view>
- <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="JYB-Ob-doh">
- <rect key="frame" x="136" y="17" width="103" height="52.5"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0.0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OyM-z7-i7W">
- <rect key="frame" x="0.0" y="0.0" width="103" height="32.5"/>
- <fontDescription key="fontDescription" type="boldSystem" pointSize="27"/>
- <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="待支付金额(元)" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Edb-12-XoL">
- <rect key="frame" x="0.0" y="34.5" width="103" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.36078431370000003" green="0.37647058820000001" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </stackView>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="G6M-R8-Zzb" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Fid-GR-5rY"/>
- <constraint firstAttribute="bottom" secondItem="G6M-R8-Zzb" secondAttribute="bottom" id="Il0-Sq-TCS"/>
- <constraint firstItem="JYB-Ob-doh" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Jnh-O6-J1v"/>
- <constraint firstItem="JYB-Ob-doh" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="MYb-WQ-swz"/>
- <constraint firstItem="G6M-R8-Zzb" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="jrG-xQ-ED9"/>
- <constraint firstAttribute="trailing" secondItem="G6M-R8-Zzb" secondAttribute="trailing" id="tp0-oX-9eB"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="priceLabel" destination="OyM-z7-i7W" id="4ml-Cp-w3B"/>
- </connections>
- <point key="canvasLocation" x="37" y="-39"/>
- </view>
- </objects>
- </document>
|