You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
5.6 KiB
68 lines
5.6 KiB
1 year ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||
|
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
||
|
<dependencies>
|
||
|
<deployment identifier="iOS"/>
|
||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
|
||
|
<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="ChooseContactCell">
|
||
|
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
||
|
<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="44"/>
|
||
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
<subviews>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BWg-DA-sPQ">
|
||
|
<rect key="frame" x="48" y="11.5" width="80" height="21"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="21" id="XvN-f8-03J"/>
|
||
|
<constraint firstAttribute="width" constant="80" id="jAF-7X-C9Q"/>
|
||
|
</constraints>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="16"/>
|
||
|
<color key="textColor" red="0.078431372549019607" green="0.078431372549019607" blue="0.078431372549019607" alpha="1" colorSpace="calibratedRGB"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="X8C-c3-KHo">
|
||
|
<rect key="frame" x="143" y="11.5" width="162" height="21"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="21" id="jW4-3Y-0AP"/>
|
||
|
</constraints>
|
||
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
||
|
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
|
||
|
<nil key="highlightedColor"/>
|
||
|
</label>
|
||
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="CellGraySelected.png" translatesAutoresizingMaskIntoConstraints="NO" id="bPp-EW-EjV">
|
||
|
<rect key="frame" x="16" y="9.5" width="25" height="25"/>
|
||
|
<constraints>
|
||
|
<constraint firstAttribute="height" constant="25" id="Ct0-5B-7CM"/>
|
||
|
<constraint firstAttribute="width" constant="25" id="gnU-vL-OeB"/>
|
||
|
</constraints>
|
||
|
</imageView>
|
||
|
</subviews>
|
||
|
<constraints>
|
||
|
<constraint firstItem="bPp-EW-EjV" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="0c2-RT-ZdR"/>
|
||
|
<constraint firstItem="BWg-DA-sPQ" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="4Xb-8Z-dgq"/>
|
||
|
<constraint firstItem="BWg-DA-sPQ" firstAttribute="leading" secondItem="bPp-EW-EjV" secondAttribute="trailing" constant="7" id="KRK-3C-IAq"/>
|
||
|
<constraint firstAttribute="trailing" secondItem="X8C-c3-KHo" secondAttribute="trailing" constant="15" id="NjT-S4-fax"/>
|
||
|
<constraint firstItem="X8C-c3-KHo" firstAttribute="leading" secondItem="BWg-DA-sPQ" secondAttribute="trailing" constant="15" id="bFq-fa-KPM"/>
|
||
|
<constraint firstItem="X8C-c3-KHo" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="lTL-Y4-VeQ"/>
|
||
|
<constraint firstItem="bPp-EW-EjV" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="qj8-HU-FV0"/>
|
||
|
</constraints>
|
||
|
</tableViewCellContentView>
|
||
|
<connections>
|
||
|
<outlet property="nameLabel" destination="BWg-DA-sPQ" id="6Ge-P4-zPF"/>
|
||
|
<outlet property="phoneLabel" destination="X8C-c3-KHo" id="uGW-7Z-xx7"/>
|
||
|
<outlet property="selectImageView" destination="bPp-EW-EjV" id="H1f-Fa-ciG"/>
|
||
|
</connections>
|
||
|
<point key="canvasLocation" x="132" y="-32"/>
|
||
|
</tableViewCell>
|
||
|
</objects>
|
||
|
<resources>
|
||
|
<image name="CellGraySelected.png" width="30" height="30"/>
|
||
|
</resources>
|
||
|
</document>
|