| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?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="retina4_7" 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"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="60" id="KGk-i7-Jjw" customClass="AuctionAloneCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
- <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="60"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NSp-u8-ccO">
- <rect key="frame" x="50" y="3" width="220" height="50"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="kuX-DF-OkE"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="18"/>
- <state key="normal" title="兑换" backgroundImage="mine_shouyi_duihuanbtnbg">
- <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </state>
- <connections>
- <action selector="onClickAuction:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="QIN-IK-uJ2"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="NSp-u8-ccO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="50" id="Go4-M3-eTv"/>
- <constraint firstAttribute="trailing" secondItem="NSp-u8-ccO" secondAttribute="trailing" constant="50" id="JxG-sq-2oR"/>
- <constraint firstItem="NSp-u8-ccO" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="-8" id="i2t-QW-4LZ"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="btnAuction" destination="NSp-u8-ccO" id="WEg-kr-gLu"/>
- </connections>
- <point key="canvasLocation" x="-270.39999999999998" y="16.191904047976013"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="mine_shouyi_duihuanbtnbg" width="250" height="45"/>
- </resources>
- </document>
|