| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina5_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
- <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="BogoRechargeTopView">
- <rect key="frame" x="0.0" y="0.0" width="535" height="135"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bogo_recharge_TopBgImage" translatesAutoresizingMaskIntoConstraints="NO" id="cMb-IY-Jjr">
- <rect key="frame" x="13" y="13" width="509" height="109"/>
- </imageView>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="4zr-kX-yFH" customClass="QMUIButton">
- <rect key="frame" x="192.66666666666663" y="27.666666666666671" width="150" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="Qto-3p-lxk"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <state key="normal" title="Button" image="bogo_me_top_diamond"/>
- </button>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Thi-pv-DU1">
- <rect key="frame" x="15" y="62.666666666666657" width="505" height="27"/>
- <fontDescription key="fontDescription" type="system" pointSize="22"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="Thi-pv-DU1" firstAttribute="top" secondItem="4zr-kX-yFH" secondAttribute="bottom" constant="15" id="1vl-Jp-dGD"/>
- <constraint firstItem="Thi-pv-DU1" firstAttribute="centerX" secondItem="4zr-kX-yFH" secondAttribute="centerX" id="2MO-Re-juS"/>
- <constraint firstAttribute="trailing" secondItem="cMb-IY-Jjr" secondAttribute="trailing" constant="13" id="5Sx-me-EJj"/>
- <constraint firstItem="cMb-IY-Jjr" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="13" id="DaL-q9-0T1"/>
- <constraint firstItem="cMb-IY-Jjr" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="13" id="Ohp-Aa-2E5"/>
- <constraint firstAttribute="bottom" secondItem="cMb-IY-Jjr" secondAttribute="bottom" constant="13" id="esq-Zg-rK3"/>
- <constraint firstItem="Thi-pv-DU1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="15" id="ky2-6p-Nar"/>
- <constraint firstAttribute="trailing" secondItem="Thi-pv-DU1" secondAttribute="trailing" constant="15" id="plB-hE-E5e"/>
- <constraint firstItem="4zr-kX-yFH" firstAttribute="centerY" secondItem="cMb-IY-Jjr" secondAttribute="centerY" constant="-30" id="zcl-xx-ecc"/>
- </constraints>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="diamondBtn" destination="4zr-kX-yFH" id="a9l-Ul-eH1"/>
- <outlet property="numerLabel" destination="Thi-pv-DU1" id="ALp-bs-ecY"/>
- </connections>
- <point key="canvasLocation" x="-50" y="148"/>
- </view>
- </objects>
- <resources>
- <image name="bogo_me_top_diamond" width="21.5" height="18"/>
- <image name="bogo_recharge_TopBgImage" width="350.5" height="120.5"/>
- </resources>
- </document>
|