Phone_Enum_Cell.xib 5.4 KB

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