| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
- <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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="209" id="KGk-i7-Jjw" customClass="AuctionCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="209"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="209"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="TDr-dq-xpu">
- <rect key="frame" x="32" y="88" width="256" height="50"/>
- <color key="backgroundColor" red="0.77599084377288818" green="0.91264206171035767" blue="0.48690670728683472" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="ybz-Rz-WQS"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <state key="normal" title="领取劳务费"/>
- <connections>
- <action selector="goNextVC:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="Z1x-nr-dBj"/>
- </connections>
- </button>
- <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Bnf-Ge-0hc">
- <rect key="frame" x="33" y="18" width="255" height="50"/>
- <color key="backgroundColor" red="0.77599084377288818" green="0.91264206171035767" blue="0.48690670728683472" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="HbV-4Q-riZ"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <state key="normal" title="兑换"/>
- <connections>
- <action selector="goNextVC:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="TW8-02-aTg"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="Bnf-Ge-0hc" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="18" id="1jf-kJ-JTL"/>
- <constraint firstItem="Bnf-Ge-0hc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="33" id="2mk-e9-jgR"/>
- <constraint firstAttribute="trailing" secondItem="TDr-dq-xpu" secondAttribute="trailing" constant="32" id="FZM-GO-xOi"/>
- <constraint firstItem="TDr-dq-xpu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="Vln-mt-2oe"/>
- <constraint firstAttribute="trailing" secondItem="Bnf-Ge-0hc" secondAttribute="trailing" constant="32" id="fYm-5a-Bqr"/>
- <constraint firstItem="TDr-dq-xpu" firstAttribute="top" secondItem="Bnf-Ge-0hc" secondAttribute="bottom" constant="20" id="vMU-F0-kFC"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outletCollection property="btn_Array" destination="Bnf-Ge-0hc" id="imt-lE-IQs"/>
- <outletCollection property="btn_Array" destination="TDr-dq-xpu" id="ydm-tD-kuz"/>
- </connections>
- <point key="canvasLocation" x="352" y="307"/>
- </tableViewCell>
- </objects>
- </document>
|