STTableCommitBtnCell.xib 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="106" id="KGk-i7-Jjw" customClass="STTableCommitBtnCell">
  13. <rect key="frame" x="0.0" y="0.0" width="346" height="106"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="346" height="106"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="AUZ-1W-qZq">
  20. <rect key="frame" x="62" y="50" width="222" height="45"/>
  21. <color key="backgroundColor" red="1" green="0.12433446638852375" blue="0.62349702156240761" alpha="1" colorSpace="calibratedRGB"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="45" id="vV5-QN-ZZK"/>
  24. </constraints>
  25. <state key="normal" title="Button"/>
  26. </button>
  27. </subviews>
  28. <constraints>
  29. <constraint firstItem="AUZ-1W-qZq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="50" id="0hD-2G-GzF"/>
  30. <constraint firstItem="AUZ-1W-qZq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="62" id="338-Wh-fT0"/>
  31. <constraint firstAttribute="trailing" secondItem="AUZ-1W-qZq" secondAttribute="trailing" constant="62" id="FUf-9q-WOQ"/>
  32. <constraint firstItem="AUZ-1W-qZq" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="mQR-zt-dei"/>
  33. </constraints>
  34. </tableViewCellContentView>
  35. <connections>
  36. <outlet property="commitBtn" destination="AUZ-1W-qZq" id="zIL-m7-Iog"/>
  37. </connections>
  38. <point key="canvasLocation" x="38" y="83"/>
  39. </tableViewCell>
  40. </objects>
  41. </document>