| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16086"/>
- <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" id="KGk-i7-Jjw" customClass="LogisticsCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
- <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="60"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="o7L-fX-L04">
- <rect key="frame" x="16" y="10" width="40" height="40"/>
- <constraints>
- <constraint firstAttribute="width" constant="40" id="hZR-8T-KJ6"/>
- <constraint firstAttribute="height" constant="40" id="z0y-7b-ghJ"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="5"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h0B-83-2bk">
- <rect key="frame" x="64" y="19.5" width="35.5" height="21"/>
- <constraints>
- <constraint firstAttribute="height" constant="21" id="hx7-Qq-8bP"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <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="wrR-9s-f7Z">
- <rect key="frame" x="10" y="59" width="300" height="1"/>
- <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="1" id="SNJ-Qf-6mx"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="wrR-9s-f7Z" secondAttribute="bottom" id="K1C-hk-gNK"/>
- <constraint firstItem="h0B-83-2bk" firstAttribute="leading" secondItem="o7L-fX-L04" secondAttribute="trailing" constant="8" id="QJp-o9-7ja"/>
- <constraint firstItem="h0B-83-2bk" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Xst-Ob-tbB"/>
- <constraint firstItem="o7L-fX-L04" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="YEL-Us-rEf"/>
- <constraint firstItem="wrR-9s-f7Z" firstAttribute="leading" secondItem="o7L-fX-L04" secondAttribute="trailing" constant="-46" id="oro-gh-bOJ"/>
- <constraint firstAttribute="trailing" secondItem="wrR-9s-f7Z" secondAttribute="trailing" constant="10" id="x67-aR-lOW"/>
- <constraint firstItem="o7L-fX-L04" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="xbF-bv-aNq"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="thumbImg" destination="o7L-fX-L04" id="J2u-yt-yKP"/>
- <outlet property="titleLb" destination="h0B-83-2bk" id="aO8-cx-uHf"/>
- </connections>
- <point key="canvasLocation" x="131.8840579710145" y="99.776785714285708"/>
- </tableViewCell>
- </objects>
- </document>
|