RegionsCell.xib 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="12089"/>
  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="cellId" rowHeight="72" id="KGk-i7-Jjw" customClass="RegionsCell">
  15. <rect key="frame" x="0.0" y="0.0" width="329" height="72"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="329" height="71.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="lable" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7Qz-pj-Fel">
  22. <rect key="frame" x="10" y="10" width="36.5" height="25"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="25" id="5ZC-1n-D9B"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <color key="textColor" red="0.098039217289999994" green="0.098039217289999994" blue="0.098039217289999994" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="lable" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fI6-Ir-Lpn">
  31. <rect key="frame" x="282.5" y="10" width="36.5" height="25"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  33. <color key="textColor" red="0.098039217289999994" green="0.098039217289999994" blue="0.098039217289999994" alpha="1" colorSpace="calibratedRGB"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3MO-u5-jlx">
  37. <rect key="frame" x="10" y="40" width="42" height="25"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  39. <nil key="textColor"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. </subviews>
  43. <constraints>
  44. <constraint firstItem="3MO-u5-jlx" firstAttribute="top" secondItem="7Qz-pj-Fel" secondAttribute="bottom" constant="5" id="0NC-1C-yTU"/>
  45. <constraint firstItem="7Qz-pj-Fel" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="Gzj-Go-MVL"/>
  46. <constraint firstItem="3MO-u5-jlx" firstAttribute="leading" secondItem="7Qz-pj-Fel" secondAttribute="leading" id="JD4-iM-wj5"/>
  47. <constraint firstItem="fI6-Ir-Lpn" firstAttribute="height" secondItem="7Qz-pj-Fel" secondAttribute="height" id="Kl6-un-hO9"/>
  48. <constraint firstAttribute="trailing" secondItem="fI6-Ir-Lpn" secondAttribute="trailing" constant="10" id="NRZ-wd-4It"/>
  49. <constraint firstItem="3MO-u5-jlx" firstAttribute="height" secondItem="7Qz-pj-Fel" secondAttribute="height" id="eEE-YN-gwb"/>
  50. <constraint firstItem="7Qz-pj-Fel" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="f0H-Rs-YcC"/>
  51. <constraint firstItem="fI6-Ir-Lpn" firstAttribute="top" secondItem="7Qz-pj-Fel" secondAttribute="top" id="uUW-aU-R6c"/>
  52. </constraints>
  53. </tableViewCellContentView>
  54. <connections>
  55. <outlet property="address" destination="3MO-u5-jlx" id="nVd-B5-tVe"/>
  56. <outlet property="nameLab" destination="7Qz-pj-Fel" id="aK2-6r-6eV"/>
  57. <outlet property="statusLab" destination="fI6-Ir-Lpn" id="XqL-OL-uyr"/>
  58. </connections>
  59. <point key="canvasLocation" x="36.5" y="117"/>
  60. </tableViewCell>
  61. </objects>
  62. </document>