| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
- <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="63" id="KGk-i7-Jjw" customClass="STTableSaleBuyBtnCell">
- <rect key="frame" x="0.0" y="0.0" width="407" height="63"/>
- <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="407" height="63"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" tag="2" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Asp-o6-X0U">
- <rect key="frame" x="207.5" y="11.5" width="191.5" height="40"/>
- <color key="backgroundColor" red="1" green="0.1243344664" blue="0.62349702159999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="hKG-WC-kRG"/>
- </constraints>
- <state key="normal" title="Button"/>
- <connections>
- <action selector="btnClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="6Jb-3V-HaL"/>
- </connections>
- </button>
- <button opaque="NO" tag="1" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AV4-gn-6jW">
- <rect key="frame" x="8" y="11.5" width="191.5" height="40"/>
- <color key="backgroundColor" red="1" green="0.1243344664" blue="0.62349702159999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="fTI-eL-UOX"/>
- </constraints>
- <state key="normal" title="Button"/>
- <connections>
- <action selector="btnClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="O3O-cU-sYF"/>
- </connections>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="Asp-o6-X0U" firstAttribute="leading" secondItem="AV4-gn-6jW" secondAttribute="trailing" constant="8" id="8Ca-yf-Bm7"/>
- <constraint firstItem="AV4-gn-6jW" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="M6G-qr-gFc"/>
- <constraint firstAttribute="trailing" secondItem="Asp-o6-X0U" secondAttribute="trailing" constant="8" id="W4l-yZ-531"/>
- <constraint firstItem="Asp-o6-X0U" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="X4A-AY-WwO"/>
- <constraint firstItem="Asp-o6-X0U" firstAttribute="width" secondItem="AV4-gn-6jW" secondAttribute="width" id="mEb-pl-6FS"/>
- <constraint firstItem="AV4-gn-6jW" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="mJX-xp-6cw"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="leftBtn" destination="AV4-gn-6jW" id="igc-bw-LSx"/>
- <outlet property="rightBtn" destination="Asp-o6-X0U" id="O0B-G1-xJn"/>
- </connections>
- <point key="canvasLocation" x="-83" y="-32"/>
- </tableViewCell>
- </objects>
- </document>
|