LocSeriviceCell.xib 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" 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 version="2304" identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="LocSeriviceCell">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="59.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6VQ-Ci-N2f">
  23. <rect key="frame" x="15" y="9" width="255" height="21"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  25. <color key="textColor" red="0.26051741839999998" green="0.2605243921" blue="0.260520637" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KQa-AZ-QN7">
  29. <rect key="frame" x="15" y="32" width="255" height="18"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="18" id="mvG-JH-uhB"/>
  32. </constraints>
  33. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  34. <color key="textColor" red="0.4756349325" green="0.47564673419999998" blue="0.47564041610000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="selected_h" translatesAutoresizingMaskIntoConstraints="NO" id="7bB-YQ-qFc">
  38. <rect key="frame" x="280" y="14.5" width="30" height="30"/>
  39. <constraints>
  40. <constraint firstAttribute="width" constant="30" id="D7n-3U-tcZ"/>
  41. <constraint firstAttribute="height" constant="30" id="K0h-I6-rUS"/>
  42. </constraints>
  43. </imageView>
  44. </subviews>
  45. <constraints>
  46. <constraint firstItem="6VQ-Ci-N2f" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="9" id="03u-sS-MIl"/>
  47. <constraint firstItem="KQa-AZ-QN7" firstAttribute="top" secondItem="6VQ-Ci-N2f" secondAttribute="bottom" constant="2" id="71e-00-3vp"/>
  48. <constraint firstAttribute="trailing" secondItem="6VQ-Ci-N2f" secondAttribute="trailing" constant="50" id="RFi-sY-mR6"/>
  49. <constraint firstItem="6VQ-Ci-N2f" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Yaw-wZ-sLd"/>
  50. <constraint firstItem="KQa-AZ-QN7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="gzR-RU-7Hp"/>
  51. <constraint firstAttribute="trailing" secondItem="7bB-YQ-qFc" secondAttribute="trailing" constant="10" id="mCT-Br-MS2"/>
  52. <constraint firstItem="7bB-YQ-qFc" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="uP0-J1-eec"/>
  53. <constraint firstItem="KQa-AZ-QN7" firstAttribute="trailing" secondItem="6VQ-Ci-N2f" secondAttribute="trailing" id="ysS-UM-gUb"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <viewLayoutGuide key="safeArea" id="IGc-c7-Ldb"/>
  57. <connections>
  58. <outlet property="detailAddress" destination="KQa-AZ-QN7" id="H1t-Vt-bBp"/>
  59. <outlet property="imgV" destination="7bB-YQ-qFc" id="2mz-io-rL6"/>
  60. <outlet property="nameLab" destination="6VQ-Ci-N2f" id="JNa-Jq-oE2"/>
  61. </connections>
  62. </tableViewCell>
  63. </objects>
  64. <resources>
  65. <image name="selected_h" width="32" height="32"/>
  66. </resources>
  67. </document>