1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?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" 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="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="LockCellId" rowHeight="85" id="KGk-i7-Jjw" customClass="LockCell">
- <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="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kDh-j3-820">
- <rect key="frame" x="15" y="0.0" width="0.0" height="44"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.29803922770000002" green="0.29803922770000002" blue="0.29803922770000002" alpha="1" colorSpace="calibratedRGB"/>
- <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="ule-Cw-hsZ">
- <rect key="frame" x="300" y="0.0" width="0.0" height="44"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="ule-Cw-hsZ" secondAttribute="bottom" id="1hx-DR-jg2"/>
- <constraint firstAttribute="bottom" secondItem="kDh-j3-820" secondAttribute="bottom" id="2fk-ZD-50I"/>
- <constraint firstItem="ule-Cw-hsZ" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="BPD-br-O2P"/>
- <constraint firstAttribute="trailing" secondItem="ule-Cw-hsZ" secondAttribute="trailing" constant="20" id="ajn-uM-FKZ"/>
- <constraint firstItem="kDh-j3-820" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="mTl-eT-bWH"/>
- <constraint firstItem="kDh-j3-820" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="mwp-tE-NoN"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="statusLab" destination="ule-Cw-hsZ" id="jJd-m4-WxM"/>
- <outlet property="timeLab" destination="kDh-j3-820" id="ptA-go-QST"/>
- </connections>
- <point key="canvasLocation" x="24" y="18"/>
- </tableViewCell>
- </objects>
- </document>
|