12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment version="2304" identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="LocSeriviceCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="59.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <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">
- <rect key="frame" x="15" y="9" width="255" height="21"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.26051741839999998" green="0.2605243921" blue="0.260520637" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="15" y="32" width="255" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="mvG-JH-uhB"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.4756349325" green="0.47564673419999998" blue="0.47564041610000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="selected_h" translatesAutoresizingMaskIntoConstraints="NO" id="7bB-YQ-qFc">
- <rect key="frame" x="280" y="14.5" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" constant="30" id="D7n-3U-tcZ"/>
- <constraint firstAttribute="height" constant="30" id="K0h-I6-rUS"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="6VQ-Ci-N2f" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="9" id="03u-sS-MIl"/>
- <constraint firstItem="KQa-AZ-QN7" firstAttribute="top" secondItem="6VQ-Ci-N2f" secondAttribute="bottom" constant="2" id="71e-00-3vp"/>
- <constraint firstAttribute="trailing" secondItem="6VQ-Ci-N2f" secondAttribute="trailing" constant="50" id="RFi-sY-mR6"/>
- <constraint firstItem="6VQ-Ci-N2f" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="Yaw-wZ-sLd"/>
- <constraint firstItem="KQa-AZ-QN7" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="gzR-RU-7Hp"/>
- <constraint firstAttribute="trailing" secondItem="7bB-YQ-qFc" secondAttribute="trailing" constant="10" id="mCT-Br-MS2"/>
- <constraint firstItem="7bB-YQ-qFc" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="uP0-J1-eec"/>
- <constraint firstItem="KQa-AZ-QN7" firstAttribute="trailing" secondItem="6VQ-Ci-N2f" secondAttribute="trailing" id="ysS-UM-gUb"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="IGc-c7-Ldb"/>
- <connections>
- <outlet property="detailAddress" destination="KQa-AZ-QN7" id="H1t-Vt-bBp"/>
- <outlet property="imgV" destination="7bB-YQ-qFc" id="2mz-io-rL6"/>
- <outlet property="nameLab" destination="6VQ-Ci-N2f" id="JNa-Jq-oE2"/>
- </connections>
- </tableViewCell>
- </objects>
- <resources>
- <image name="selected_h" width="32" height="32"/>
- </resources>
- </document>
|