12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
- <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="RQProfileUserInfoCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="66"/>
- <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="66"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="headImagePlaceholder1" translatesAutoresizingMaskIntoConstraints="NO" id="PIg-VW-qqc">
- <rect key="frame" x="16" y="10" width="46" height="46"/>
- </imageView>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="rightArrow" translatesAutoresizingMaskIntoConstraints="NO" id="Lc9-VS-uUb">
- <rect key="frame" x="297" y="26.5" width="7" height="13"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Happy" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5lD-pO-nAS">
- <rect key="frame" x="70" y="22.5" width="54" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="zyk-rz-KTA"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <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="uHZ-ta-eYd">
- <rect key="frame" x="70" y="48.5" width="0.0" height="18"/>
- <constraints>
- <constraint firstAttribute="height" constant="18" id="mm2-tK-xBW"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" red="0.54117647058823526" green="0.56470588235294117" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="Lc9-VS-uUb" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="2uA-Nj-FT8"/>
- <constraint firstItem="5lD-pO-nAS" firstAttribute="centerY" secondItem="PIg-VW-qqc" secondAttribute="centerY" id="3CV-hx-uT7"/>
- <constraint firstItem="PIg-VW-qqc" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="4Ri-ae-aG2"/>
- <constraint firstAttribute="trailing" secondItem="Lc9-VS-uUb" secondAttribute="trailing" constant="16" id="C1s-ly-tL8"/>
- <constraint firstItem="5lD-pO-nAS" firstAttribute="leading" secondItem="PIg-VW-qqc" secondAttribute="trailing" constant="8" id="XtS-B5-WOC"/>
- <constraint firstItem="uHZ-ta-eYd" firstAttribute="leading" secondItem="5lD-pO-nAS" secondAttribute="leading" id="Yat-nH-USD"/>
- <constraint firstItem="PIg-VW-qqc" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="eBv-So-iKa"/>
- <constraint firstItem="uHZ-ta-eYd" firstAttribute="top" secondItem="5lD-pO-nAS" secondAttribute="bottom" constant="5" id="qbz-bo-1L5"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="headImageView" destination="PIg-VW-qqc" id="ByY-yZ-3N8"/>
- <outlet property="nickNameLabel" destination="5lD-pO-nAS" id="y27-c3-h6a"/>
- <outlet property="telePhoneLabel" destination="uHZ-ta-eYd" id="I7C-gV-PRw"/>
- </connections>
- <point key="canvasLocation" x="69.565217391304358" y="122.54464285714285"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="headImagePlaceholder1" width="46" height="46"/>
- <image name="rightArrow" width="7" height="13"/>
- </resources>
- </document>
|