55 lines
4.2 KiB
XML
55 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16E195" 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="11757"/>
|
|
<capability name="Constraints to layout margins" minToolsVersion="6.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" reuseIdentifier="PopCell" id="KGk-i7-Jjw" customClass="PopCell">
|
|
<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="43.5"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kSk-h6-YnO">
|
|
<rect key="frame" x="64" y="11" width="127" height="21"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="127" id="81y-2B-Zb0"/>
|
|
<constraint firstAttribute="height" constant="21" id="hzd-lm-Qp7"/>
|
|
</constraints>
|
|
<fontDescription key="fontDescription" type="system" pointSize="18"/>
|
|
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="eA3-VM-svP">
|
|
<rect key="frame" x="25" y="12" width="20" height="20"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="20" id="Gcl-bS-iVm"/>
|
|
<constraint firstAttribute="height" constant="20" id="TNA-4E-6bt"/>
|
|
</constraints>
|
|
</imageView>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="eA3-VM-svP" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="22t-bo-yZL"/>
|
|
<constraint firstItem="kSk-h6-YnO" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="6OQ-XM-Ijh"/>
|
|
<constraint firstItem="eA3-VM-svP" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="17" id="J0p-V3-NNz"/>
|
|
<constraint firstItem="kSk-h6-YnO" firstAttribute="leading" secondItem="eA3-VM-svP" secondAttribute="trailing" constant="19" id="PPL-Zu-wLP"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<connections>
|
|
<outlet property="nametitle" destination="kSk-h6-YnO" id="U4X-pa-Nz1"/>
|
|
<outlet property="popViewHeaderImg" destination="eA3-VM-svP" id="kSf-vs-ACE"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="-310" y="45"/>
|
|
</tableViewCell>
|
|
</objects>
|
|
</document>
|