12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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="none" indentationWidth="10" id="KGk-i7-Jjw" customClass="SaleDetailViewCellTableViewCell" customModule="ADHTuanCan" customModuleProvider="target">
- <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="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rJ1-Ei-sPv">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HAE-0A-uUd">
- <rect key="frame" x="25" y="13.666666666666664" width="36" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <color key="textColor" red="0.10980392160000001" green="0.18823529410000001" blue="0.30980392159999998" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VZN-Jq-90g">
- <rect key="frame" x="259" y="13.666666666666664" width="36" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <color key="textColor" red="0.77647058820000003" green="0.1333333333" blue="0.13725490200000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="HAE-0A-uUd" firstAttribute="centerY" secondItem="rJ1-Ei-sPv" secondAttribute="centerY" id="T8a-oy-VIU"/>
- <constraint firstItem="HAE-0A-uUd" firstAttribute="leading" secondItem="rJ1-Ei-sPv" secondAttribute="leading" constant="25" id="lJF-x4-fL5"/>
- <constraint firstAttribute="height" constant="44" id="oHM-QN-cbN"/>
- <constraint firstItem="VZN-Jq-90g" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="HAE-0A-uUd" secondAttribute="trailing" constant="20" id="q7p-XS-tZv"/>
- <constraint firstItem="VZN-Jq-90g" firstAttribute="centerY" secondItem="HAE-0A-uUd" secondAttribute="centerY" id="vWg-OQ-rkC"/>
- <constraint firstAttribute="trailing" secondItem="VZN-Jq-90g" secondAttribute="trailing" constant="25" id="xp6-Rb-H6C"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="rJ1-Ei-sPv" secondAttribute="trailing" id="LWz-8y-Wde"/>
- <constraint firstItem="rJ1-Ei-sPv" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="kOR-ix-B9v"/>
- <constraint firstItem="rJ1-Ei-sPv" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="l0c-L2-uTI"/>
- <constraint firstAttribute="bottom" secondItem="rJ1-Ei-sPv" secondAttribute="bottom" id="nWD-rc-daZ"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="detailLab" destination="HAE-0A-uUd" id="Cgh-BB-CSD"/>
- <outlet property="secLab" destination="VZN-Jq-90g" id="mnw-Ak-5H4"/>
- </connections>
- <point key="canvasLocation" x="-31" y="0.0"/>
- </tableViewCell>
- </objects>
- </document>
|