RQRetrainChooseCell.xib 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQRetrainChooseCell">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="54"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="54"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="蓝" translatesAutoresizingMaskIntoConstraints="NO" id="aPw-w3-Z9L">
  21. <rect key="frame" x="32" y="24" width="6" height="6"/>
  22. <constraints>
  23. <constraint firstAttribute="width" secondItem="aPw-w3-Z9L" secondAttribute="height" multiplier="1:1" id="VNw-zJ-d5L"/>
  24. </constraints>
  25. </imageView>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="249" verticalCompressionResistancePriority="249" text="9999999999999999999999999999999999999999" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sqB-JA-HVZ">
  27. <rect key="frame" x="46" y="18" width="227" height="18"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  29. <nil key="textColor"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="箭头右" translatesAutoresizingMaskIntoConstraints="NO" id="PTb-NO-XCY">
  33. <rect key="frame" x="281" y="20.5" width="7" height="13"/>
  34. </imageView>
  35. </subviews>
  36. <constraints>
  37. <constraint firstItem="PTb-NO-XCY" firstAttribute="leading" secondItem="sqB-JA-HVZ" secondAttribute="trailing" constant="8" id="241-gu-uhX"/>
  38. <constraint firstItem="PTb-NO-XCY" firstAttribute="centerY" secondItem="aPw-w3-Z9L" secondAttribute="centerY" id="NlE-UW-PP5"/>
  39. <constraint firstItem="sqB-JA-HVZ" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="RZF-I1-YZC"/>
  40. <constraint firstItem="aPw-w3-Z9L" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="TV2-Ec-AVs"/>
  41. <constraint firstAttribute="trailing" secondItem="PTb-NO-XCY" secondAttribute="trailing" priority="250" constant="32" id="Y3d-cp-2Kd"/>
  42. <constraint firstItem="sqB-JA-HVZ" firstAttribute="leading" secondItem="aPw-w3-Z9L" secondAttribute="trailing" constant="8" id="YCa-Ak-DdS"/>
  43. <constraint firstItem="aPw-w3-Z9L" firstAttribute="height" secondItem="H2p-sc-9uM" secondAttribute="height" multiplier="6:54" id="cVo-EM-ulr"/>
  44. <constraint firstItem="aPw-w3-Z9L" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="32" id="fsa-kD-xp4"/>
  45. </constraints>
  46. </tableViewCellContentView>
  47. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  48. <connections>
  49. <outlet property="myTitleLabel" destination="sqB-JA-HVZ" id="zR8-Gz-NJx"/>
  50. </connections>
  51. <point key="canvasLocation" x="137.68115942028987" y="124.55357142857142"/>
  52. </tableViewCell>
  53. </objects>
  54. <resources>
  55. <image name="箭头右" width="7" height="13"/>
  56. <image name="蓝" width="6" height="6"/>
  57. </resources>
  58. </document>