STTableTextCell.xib 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="59" id="KGk-i7-Jjw" customClass="STTableTextCell">
  15. <rect key="frame" x="0.0" y="0.0" width="290" height="59"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="290" height="59"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bg_cz" translatesAutoresizingMaskIntoConstraints="NO" id="ORK-f8-a6l">
  22. <rect key="frame" x="8" y="14.5" width="30" height="30"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="30" id="k6u-iJ-CL5"/>
  25. <constraint firstAttribute="height" constant="30" id="myK-XB-Wmk"/>
  26. </constraints>
  27. </imageView>
  28. <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Q77-Q0-8hb">
  29. <rect key="frame" x="46" y="14.5" width="236" height="30"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="30" id="iqt-3L-9r8"/>
  32. </constraints>
  33. <nil key="textColor"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  35. <textInputTraits key="textInputTraits"/>
  36. </textField>
  37. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HrI-XZ-aLn">
  38. <rect key="frame" x="8" y="57.5" width="282" height="1"/>
  39. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="1" id="Od2-dr-s4h"/>
  42. </constraints>
  43. </view>
  44. </subviews>
  45. <constraints>
  46. <constraint firstItem="Q77-Q0-8hb" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="CYM-Yy-94f"/>
  47. <constraint firstItem="ORK-f8-a6l" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Fkm-6O-cbq"/>
  48. <constraint firstAttribute="trailing" secondItem="HrI-XZ-aLn" secondAttribute="trailing" id="jKH-Ah-0da"/>
  49. <constraint firstAttribute="bottom" secondItem="HrI-XZ-aLn" secondAttribute="bottom" id="mSV-QU-YqP"/>
  50. <constraint firstItem="ORK-f8-a6l" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="uQj-ym-IhC"/>
  51. <constraint firstItem="Q77-Q0-8hb" firstAttribute="leading" secondItem="ORK-f8-a6l" secondAttribute="trailing" constant="8" id="vun-C0-9hf"/>
  52. <constraint firstItem="HrI-XZ-aLn" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="xL2-Cf-WXw"/>
  53. <constraint firstAttribute="trailing" secondItem="Q77-Q0-8hb" secondAttribute="trailing" constant="8" id="yXY-6c-AJ9"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <connections>
  57. <outlet property="leftImgView" destination="ORK-f8-a6l" id="HJG-cp-ur7"/>
  58. <outlet property="separatorView" destination="HrI-XZ-aLn" id="vEO-Ph-dU9"/>
  59. <outlet property="textField" destination="Q77-Q0-8hb" id="hlD-La-nq6"/>
  60. </connections>
  61. <point key="canvasLocation" x="10" y="59.5"/>
  62. </tableViewCell>
  63. </objects>
  64. <resources>
  65. <image name="bg_cz" width="620" height="310"/>
  66. </resources>
  67. </document>