EnterAdrssCell.xib 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16D30" 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="12088"/>
  9. <capability name="Constraints to layout margins" minToolsVersion="6.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" reuseIdentifier="EnterAdrssCell" rowHeight="61" id="KGk-i7-Jjw" customClass="EnterAdrssCell">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="61"/>
  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="61"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="doteline.png" translatesAutoresizingMaskIntoConstraints="NO" id="4xO-qK-el1">
  23. <rect key="frame" x="0.0" y="59" width="320" height="1"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="0.5" id="MKV-pw-OmX"/>
  26. </constraints>
  27. </imageView>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="W9r-IW-Jfj">
  29. <rect key="frame" x="15" y="8" width="297" height="21"/>
  30. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kZ1-7P-I7i">
  35. <rect key="frame" x="15" y="32" width="297" height="21"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  38. <color key="textColor" red="0.66666666666666663" green="0.66666666666666663" blue="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. </subviews>
  42. <constraints>
  43. <constraint firstAttribute="trailing" secondItem="4xO-qK-el1" secondAttribute="trailing" id="Mcr-UK-VjL"/>
  44. <constraint firstItem="4xO-qK-el1" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="51" id="obN-Ga-VkQ"/>
  45. <constraint firstItem="4xO-qK-el1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="rM2-7p-TME"/>
  46. </constraints>
  47. </tableViewCellContentView>
  48. <connections>
  49. <outlet property="adressName" destination="W9r-IW-Jfj" id="CMJ-RD-tvX"/>
  50. <outlet property="descriptionText" destination="kZ1-7P-I7i" id="4In-tj-EwH"/>
  51. </connections>
  52. <point key="canvasLocation" x="481" y="343.5"/>
  53. </tableViewCell>
  54. </objects>
  55. <resources>
  56. <image name="doteline.png" width="1" height="1"/>
  57. </resources>
  58. </document>