iPadCommonEditorCellEnum.xib 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" 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="15509"/>
  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" reuseIdentifier="CommonEditorCellEnum" id="U0M-WH-Mhd" customClass="CommonEditorCellEnum">
  13. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="U0M-WH-Mhd" id="6aK-hw-jaW">
  16. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zfL-5h-iEw">
  20. <rect key="frame" x="176" y="11" width="577" height="22"/>
  21. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  22. <nil key="highlightedColor"/>
  23. </label>
  24. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1zr-en-PY0">
  25. <rect key="frame" x="20" y="11" width="150" height="22"/>
  26. <constraints>
  27. <constraint firstAttribute="width" constant="150" id="4dX-2E-Xxl"/>
  28. </constraints>
  29. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ICj-f8-Y0M">
  33. <rect key="frame" x="10" y="11" width="10" height="22"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  35. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. </subviews>
  39. <constraints>
  40. <constraint firstItem="1zr-en-PY0" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="3C4-hd-ahe"/>
  41. <constraint firstItem="1zr-en-PY0" firstAttribute="leading" secondItem="6aK-hw-jaW" secondAttribute="leadingMargin" id="5Ua-j3-v9f"/>
  42. <constraint firstAttribute="trailing" secondItem="zfL-5h-iEw" secondAttribute="trailing" constant="15" id="GBq-dZ-TJU"/>
  43. <constraint firstItem="1zr-en-PY0" firstAttribute="baseline" secondItem="zfL-5h-iEw" secondAttribute="baseline" id="I1E-BT-iNf"/>
  44. <constraint firstItem="ICj-f8-Y0M" firstAttribute="baseline" secondItem="zfL-5h-iEw" secondAttribute="firstBaseline" id="Jio-dY-HEL"/>
  45. <constraint firstItem="1zr-en-PY0" firstAttribute="top" secondItem="6aK-hw-jaW" secondAttribute="topMargin" id="RnP-DH-QJJ"/>
  46. <constraint firstItem="zfL-5h-iEw" firstAttribute="leading" secondItem="1zr-en-PY0" secondAttribute="trailing" constant="6" id="XOI-Lg-qT1"/>
  47. <constraint firstItem="ICj-f8-Y0M" firstAttribute="baseline" secondItem="1zr-en-PY0" secondAttribute="firstBaseline" id="ggI-Eg-R5l"/>
  48. <constraint firstItem="ICj-f8-Y0M" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="t1d-lZ-l1L"/>
  49. <constraint firstItem="1zr-en-PY0" firstAttribute="leading" secondItem="ICj-f8-Y0M" secondAttribute="trailing" id="xOD-rn-LqY"/>
  50. </constraints>
  51. </tableViewCellContentView>
  52. <connections>
  53. <outlet property="labelTitle" destination="1zr-en-PY0" id="P6C-jD-ey5"/>
  54. <outlet property="labelValue" destination="zfL-5h-iEw" id="nYO-FI-s06"/>
  55. <outlet property="starMark" destination="ICj-f8-Y0M" id="hDW-1E-Bch"/>
  56. </connections>
  57. <point key="canvasLocation" x="132" y="154"/>
  58. </tableViewCell>
  59. </objects>
  60. </document>