123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" 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="13173"/>
- <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="WillDoCellId" rowHeight="70" id="KGk-i7-Jjw" customClass="WillDoCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="70"/>
- <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="69.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="F5y-dx-hqw">
- <rect key="frame" x="10" y="10" width="50" height="50"/>
- <constraints>
- <constraint firstAttribute="height" constant="50" id="HUw-1r-Am6"/>
- <constraint firstAttribute="width" constant="50" id="NBq-rm-Mhv"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c6R-ih-YDb">
- <rect key="frame" x="70" y="17.5" width="44" height="35"/>
- <constraints>
- <constraint firstAttribute="height" constant="35" id="ouJ-9W-3Ak"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="18"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <label hidden="YES" opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="D0z-Zl-D6S">
- <rect key="frame" x="280" y="22.5" width="25" height="25"/>
- <constraints>
- <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="25" id="P44-YC-wpG"/>
- <constraint firstAttribute="height" constant="25" id="pUI-bX-Lnu"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="10"/>
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstItem="F5y-dx-hqw" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="BrO-Bi-cNY"/>
- <constraint firstAttribute="trailing" secondItem="D0z-Zl-D6S" secondAttribute="trailing" constant="15" id="JJO-u8-XxL"/>
- <constraint firstItem="D0z-Zl-D6S" firstAttribute="centerY" secondItem="F5y-dx-hqw" secondAttribute="centerY" id="LlS-fT-ARU"/>
- <constraint firstItem="c6R-ih-YDb" firstAttribute="centerY" secondItem="F5y-dx-hqw" secondAttribute="centerY" id="k2H-r9-zJ1"/>
- <constraint firstItem="c6R-ih-YDb" firstAttribute="leading" secondItem="F5y-dx-hqw" secondAttribute="trailing" constant="10" id="mfT-wb-M5Q"/>
- <constraint firstItem="F5y-dx-hqw" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="smJ-LK-Chu"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="markNumLabel" destination="D0z-Zl-D6S" id="nGb-gN-x9j"/>
- <outlet property="shortTitleLabel" destination="F5y-dx-hqw" id="Kkk-zC-fsE"/>
- <outlet property="titleLabel" destination="c6R-ih-YDb" id="Dr0-zu-ejA"/>
- </connections>
- <point key="canvasLocation" x="21" y="52"/>
- </tableViewCell>
- </objects>
- </document>
|