passforios/pass/Views/LabelTableViewCell.xib

56 lines
4.7 KiB
Text
Raw Normal View History

2017-02-02 21:04:31 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2017-04-03 11:14:19 -07:00
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12118" systemVersion="16F43c" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2017-02-02 21:04:31 +08:00
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
2017-04-03 11:14:19 -07:00
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
2017-02-02 21:04:31 +08:00
<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" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="labelCell" rowHeight="59" id="KGk-i7-Jjw" customClass="LabelTableViewCell" customModule="pass" customModuleProvider="target">
2017-04-03 11:14:19 -07:00
<rect key="frame" x="0.0" y="0.0" width="333" height="59"/>
2017-02-02 21:04:31 +08:00
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2017-04-03 11:14:19 -07:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="333" height="58.5"/>
2017-02-02 21:04:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-02-05 14:08:19 +08:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="content" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="yyr-cF-QN0">
2017-04-03 11:14:19 -07:00
<rect key="frame" x="15" y="27" width="303" height="21"/>
2017-03-29 22:50:37 -07:00
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="21" id="pgw-DF-LQa"/>
</constraints>
2017-02-02 22:12:10 +08:00
<fontDescription key="fontDescription" type="system" pointSize="16"/>
2017-02-02 21:04:31 +08:00
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
2017-02-05 14:08:19 +08:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="751" text="title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Dqz-7n-uEZ">
2017-04-03 11:14:19 -07:00
<rect key="frame" x="15" y="11" width="303" height="13"/>
2017-04-07 17:21:48 -07:00
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="12"/>
2017-02-03 19:27:45 +08:00
<color key="textColor" red="0.0" green="0.47843137254901957" blue="1" alpha="1" colorSpace="calibratedRGB"/>
2017-02-02 21:04:31 +08:00
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstAttribute="trailingMargin" secondItem="Dqz-7n-uEZ" secondAttribute="trailing" id="228-VM-Z8Y"/>
2017-04-03 11:14:19 -07:00
<constraint firstItem="Dqz-7n-uEZ" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="CVm-uc-iVo"/>
2017-02-02 21:04:31 +08:00
<constraint firstAttribute="topMargin" secondItem="Dqz-7n-uEZ" secondAttribute="top" id="N4y-iT-CiY"/>
<constraint firstItem="yyr-cF-QN0" firstAttribute="leading" secondItem="Dqz-7n-uEZ" secondAttribute="leading" id="TpW-bu-QIx"/>
<constraint firstItem="yyr-cF-QN0" firstAttribute="width" secondItem="Dqz-7n-uEZ" secondAttribute="width" id="ZXa-fK-0Bg"/>
2017-02-05 14:08:19 +08:00
<constraint firstAttribute="bottomMargin" secondItem="yyr-cF-QN0" secondAttribute="bottom" id="mIj-9c-ElE"/>
2017-02-02 22:12:10 +08:00
<constraint firstItem="yyr-cF-QN0" firstAttribute="top" secondItem="Dqz-7n-uEZ" secondAttribute="bottom" constant="3" id="sgc-hN-i8t"/>
2017-02-02 21:04:31 +08:00
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="contentLabel" destination="yyr-cF-QN0" id="lhr-oA-ofC"/>
<outlet property="titleLabel" destination="Dqz-7n-uEZ" id="Hac-od-A7K"/>
</connections>
2017-04-03 11:14:19 -07:00
<point key="canvasLocation" x="15.5" y="89.5"/>
2017-02-02 21:04:31 +08:00
</tableViewCell>
</objects>
</document>