Phone_Enum_Cell.xib 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="18093"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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" reuseIdentifier="CommonEditorCellEnum" rowHeight="80" id="I6r-LI-ygk" customClass="CommonEditorCellEnum">
  14. <rect key="frame" x="0.0" y="0.0" width="818" height="80"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="I6r-LI-ygk" id="19l-kJ-slU">
  17. <rect key="frame" x="0.0" y="0.0" width="818" height="80"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="G5k-Pv-c5u">
  21. <rect key="frame" x="15" y="11" width="42" height="21"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XOB-4v-wqp">
  26. <rect key="frame" x="57" y="12" width="10" height="21"/>
  27. <constraints>
  28. <constraint firstAttribute="width" constant="10" id="B8C-59-fWK"/>
  29. <constraint firstAttribute="height" constant="21" id="bWK-zg-C1w"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" type="system" pointSize="25"/>
  32. <color key="textColor" systemColor="systemPinkColor"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <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="qfE-Ol-dr3">
  36. <rect key="frame" x="15" y="48" width="788" height="23.5"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. </subviews>
  41. <constraints>
  42. <constraint firstItem="G5k-Pv-c5u" firstAttribute="leading" secondItem="19l-kJ-slU" secondAttribute="leading" constant="15" id="31c-gx-T5L"/>
  43. <constraint firstAttribute="trailing" secondItem="qfE-Ol-dr3" secondAttribute="trailing" constant="15" id="6PE-IQ-mnf"/>
  44. <constraint firstItem="XOB-4v-wqp" firstAttribute="leading" secondItem="G5k-Pv-c5u" secondAttribute="trailing" id="BNC-2q-shP"/>
  45. <constraint firstAttribute="bottom" secondItem="qfE-Ol-dr3" secondAttribute="bottom" constant="8.5" id="BfE-SG-l1u"/>
  46. <constraint firstItem="G5k-Pv-c5u" firstAttribute="top" secondItem="19l-kJ-slU" secondAttribute="top" constant="11" id="HyT-k2-fgm"/>
  47. <constraint firstItem="qfE-Ol-dr3" firstAttribute="top" secondItem="XOB-4v-wqp" secondAttribute="bottom" constant="15" id="RCg-Zx-Z3a"/>
  48. <constraint firstItem="XOB-4v-wqp" firstAttribute="top" secondItem="19l-kJ-slU" secondAttribute="top" constant="12" id="aZI-NM-bre"/>
  49. <constraint firstItem="qfE-Ol-dr3" firstAttribute="leading" secondItem="19l-kJ-slU" secondAttribute="leading" constant="15" id="dwN-dL-yKm"/>
  50. </constraints>
  51. </tableViewCellContentView>
  52. <connections>
  53. <outlet property="labelTitle" destination="G5k-Pv-c5u" id="XNx-nm-25m"/>
  54. <outlet property="labelValue" destination="qfE-Ol-dr3" id="8Vj-0I-UNw"/>
  55. <outlet property="starMark" destination="XOB-4v-wqp" id="3ik-qN-obH"/>
  56. </connections>
  57. <point key="canvasLocation" x="51" y="70"/>
  58. </tableViewCell>
  59. </objects>
  60. <resources>
  61. <systemColor name="systemPinkColor">
  62. <color red="1" green="0.17647058823529413" blue="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  63. </systemColor>
  64. </resources>
  65. </document>