1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
- <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" reuseIdentifier="cellId" rowHeight="72" id="KGk-i7-Jjw" customClass="RegionsCell">
- <rect key="frame" x="0.0" y="0.0" width="329" height="72"/>
- <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="329" height="71.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <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">
- <rect key="frame" x="10" y="10" width="36.5" height="25"/>
- <constraints>
- <constraint firstAttribute="height" constant="25" id="5ZC-1n-D9B"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.098039217289999994" green="0.098039217289999994" blue="0.098039217289999994" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="282.5" y="10" width="36.5" height="25"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.098039217289999994" green="0.098039217289999994" blue="0.098039217289999994" alpha="1" colorSpace="calibratedRGB"/>
- <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="3MO-u5-jlx">
- <rect key="frame" x="10" y="40" width="42" height="25"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="3MO-u5-jlx" firstAttribute="top" secondItem="7Qz-pj-Fel" secondAttribute="bottom" constant="5" id="0NC-1C-yTU"/>
- <constraint firstItem="7Qz-pj-Fel" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="Gzj-Go-MVL"/>
- <constraint firstItem="3MO-u5-jlx" firstAttribute="leading" secondItem="7Qz-pj-Fel" secondAttribute="leading" id="JD4-iM-wj5"/>
- <constraint firstItem="fI6-Ir-Lpn" firstAttribute="height" secondItem="7Qz-pj-Fel" secondAttribute="height" id="Kl6-un-hO9"/>
- <constraint firstAttribute="trailing" secondItem="fI6-Ir-Lpn" secondAttribute="trailing" constant="10" id="NRZ-wd-4It"/>
- <constraint firstItem="3MO-u5-jlx" firstAttribute="height" secondItem="7Qz-pj-Fel" secondAttribute="height" id="eEE-YN-gwb"/>
- <constraint firstItem="7Qz-pj-Fel" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="f0H-Rs-YcC"/>
- <constraint firstItem="fI6-Ir-Lpn" firstAttribute="top" secondItem="7Qz-pj-Fel" secondAttribute="top" id="uUW-aU-R6c"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="address" destination="3MO-u5-jlx" id="nVd-B5-tVe"/>
- <outlet property="nameLab" destination="7Qz-pj-Fel" id="aK2-6r-6eV"/>
- <outlet property="statusLab" destination="fI6-Ir-Lpn" id="XqL-OL-uyr"/>
- </connections>
- <point key="canvasLocation" x="36.5" y="117"/>
- </tableViewCell>
- </objects>
- </document>
|