bsm-project/Friendvatars/FriendCell.xib

55 lines
4.3 KiB
Plaintext
Raw Normal View History

2018-11-19 14:31:37 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" 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 identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<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" rowHeight="64" id="KGk-i7-Jjw" customClass="FriendCell" customModule="Friendvatars" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="64"/>
<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="63.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="hKH-Xg-NJn">
<rect key="frame" x="16" y="8" width="47.5" height="47.5"/>
<constraints>
<constraint firstAttribute="width" secondItem="hKH-Xg-NJn" secondAttribute="height" multiplier="1:1" id="RU9-aU-BaN"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="mxB-ad-p9W">
<rect key="frame" x="71.5" y="21" width="224.5" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="mxB-ad-p9W" firstAttribute="leading" secondItem="hKH-Xg-NJn" secondAttribute="trailing" constant="8" id="6Lv-Ir-hCs"/>
<constraint firstItem="mxB-ad-p9W" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Gfd-3v-WBE"/>
<constraint firstAttribute="trailingMargin" secondItem="mxB-ad-p9W" secondAttribute="trailing" constant="8" id="MMg-vQ-Zwg"/>
<constraint firstAttribute="bottom" secondItem="hKH-Xg-NJn" secondAttribute="bottom" constant="8" id="hY6-Ld-eLy"/>
<constraint firstItem="hKH-Xg-NJn" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="prX-yv-ZMz"/>
<constraint firstItem="hKH-Xg-NJn" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="xem-fJ-fj3"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<connections>
<outlet property="avatarImageView" destination="hKH-Xg-NJn" id="397-KH-M7f"/>
<outlet property="nameLabel" destination="mxB-ad-p9W" id="kXC-oB-eTA"/>
</connections>
<point key="canvasLocation" x="-120" y="-75"/>
</tableViewCell>
</objects>
</document>