iPadCommonEditorCellEnum.xib 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24412" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="ipad10_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24405"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellEnum" id="U0M-WH-Mhd" customClass="CommonEditorCellEnum">
  12. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="U0M-WH-Mhd" id="6aK-hw-jaW">
  15. <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <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">
  19. <rect key="frame" x="172" y="12" width="581" height="20"/>
  20. <constraints>
  21. <constraint firstAttribute="height" constant="20" id="NKW-pq-XDn"/>
  22. </constraints>
  23. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <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">
  27. <rect key="frame" x="16" y="12" width="150" height="20"/>
  28. <constraints>
  29. <constraint firstAttribute="width" constant="150" id="4dX-2E-Xxl"/>
  30. <constraint firstAttribute="height" constant="20" id="xHx-3S-L0e"/>
  31. </constraints>
  32. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <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">
  36. <rect key="frame" x="6" y="12" width="10" height="20"/>
  37. <constraints>
  38. <constraint firstAttribute="height" constant="20" id="WgZ-3X-nRl"/>
  39. </constraints>
  40. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  41. <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. </subviews>
  45. <constraints>
  46. <constraint firstItem="1zr-en-PY0" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="3C4-hd-ahe"/>
  47. <constraint firstItem="1zr-en-PY0" firstAttribute="leading" secondItem="6aK-hw-jaW" secondAttribute="leadingMargin" id="5Ua-j3-v9f"/>
  48. <constraint firstAttribute="trailing" secondItem="zfL-5h-iEw" secondAttribute="trailing" constant="15" id="GBq-dZ-TJU"/>
  49. <constraint firstItem="zfL-5h-iEw" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="HgO-lA-yTB"/>
  50. <constraint firstItem="zfL-5h-iEw" firstAttribute="leading" secondItem="1zr-en-PY0" secondAttribute="trailing" constant="6" id="XOI-Lg-qT1"/>
  51. <constraint firstItem="ICj-f8-Y0M" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="t1d-lZ-l1L"/>
  52. <constraint firstItem="1zr-en-PY0" firstAttribute="leading" secondItem="ICj-f8-Y0M" secondAttribute="trailing" id="xOD-rn-LqY"/>
  53. </constraints>
  54. </tableViewCellContentView>
  55. <connections>
  56. <outlet property="labelTitle" destination="1zr-en-PY0" id="P6C-jD-ey5"/>
  57. <outlet property="labelValue" destination="zfL-5h-iEw" id="nYO-FI-s06"/>
  58. <outlet property="starMark" destination="ICj-f8-Y0M" id="hDW-1E-Bch"/>
  59. </connections>
  60. <point key="canvasLocation" x="132" y="154"/>
  61. </tableViewCell>
  62. </objects>
  63. </document>