Phone_Editor_Cell.xib 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" 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="17703"/>
  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="CommonEditorCellEditor">
  14. <rect key="frame" x="0.0" y="0.0" width="768" height="80"/>
  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="768" height="80"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="aname" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F0B-XV-SbG">
  21. <rect key="frame" x="10" y="10" width="748" height="21"/>
  22. <fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
  23. <nil key="textColor"/>
  24. <nil key="highlightedColor"/>
  25. </label>
  26. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="value" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QDg-nX-fWH">
  27. <rect key="frame" x="10" y="49" width="748" height="21"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  29. <nil key="textColor"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. </subviews>
  33. <constraints>
  34. <constraint firstAttribute="bottom" secondItem="QDg-nX-fWH" secondAttribute="bottom" constant="10" id="Feu-jS-hvP"/>
  35. <constraint firstAttribute="trailing" secondItem="F0B-XV-SbG" secondAttribute="trailing" constant="10" id="Gpd-6r-Rgs"/>
  36. <constraint firstAttribute="trailing" secondItem="QDg-nX-fWH" secondAttribute="trailing" constant="10" id="N4w-b2-sZf"/>
  37. <constraint firstItem="QDg-nX-fWH" firstAttribute="top" secondItem="F0B-XV-SbG" secondAttribute="bottom" constant="18" id="Npf-RW-fwZ"/>
  38. <constraint firstItem="QDg-nX-fWH" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="f3r-y2-RZM"/>
  39. <constraint firstItem="F0B-XV-SbG" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="jcn-Y6-yNI"/>
  40. <constraint firstItem="F0B-XV-SbG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="txj-Id-hz6"/>
  41. </constraints>
  42. </tableViewCellContentView>
  43. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  44. <connections>
  45. <outlet property="labelName" destination="F0B-XV-SbG" id="ZhT-8O-G60"/>
  46. <outlet property="labelValue" destination="QDg-nX-fWH" id="ody-aD-dLn"/>
  47. </connections>
  48. <point key="canvasLocation" x="132" y="56"/>
  49. </tableViewCell>
  50. </objects>
  51. </document>