| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?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="106" id="KGk-i7-Jjw" customClass="STTableCommitBtnCell">
- <rect key="frame" x="0.0" y="0.0" width="346" height="106"/>
- <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="346" height="106"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AUZ-1W-qZq">
- <rect key="frame" x="62" y="50" width="222" height="45"/>
- <color key="backgroundColor" red="1" green="0.12433446638852375" blue="0.62349702156240761" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="45" id="vV5-QN-ZZK"/>
- </constraints>
- <state key="normal" title="Button"/>
- </button>
- </subviews>
- <constraints>
- <constraint firstItem="AUZ-1W-qZq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="50" id="0hD-2G-GzF"/>
- <constraint firstItem="AUZ-1W-qZq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="62" id="338-Wh-fT0"/>
- <constraint firstAttribute="trailing" secondItem="AUZ-1W-qZq" secondAttribute="trailing" constant="62" id="FUf-9q-WOQ"/>
- <constraint firstItem="AUZ-1W-qZq" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="mQR-zt-dei"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="commitBtn" destination="AUZ-1W-qZq" id="zIL-m7-Iog"/>
- </connections>
- <point key="canvasLocation" x="38" y="83"/>
- </tableViewCell>
- </objects>
- </document>
|