SortPageCell.xib 5.75 KB
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" 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="21678"/>
        <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="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="SortPageCell" customModule="HDFwear" customModuleProvider="target">
            <rect key="frame" x="0.0" y="0.0" width="320" height="72"/>
            <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="72"/>
                <autoresizingMask key="autoresizingMask"/>
                <subviews>
                    <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="8zN-lJ-FAh">
                        <rect key="frame" x="14" y="6" width="292" height="60"/>
                        <subviews>
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B3X-wx-1YR">
                                <rect key="frame" x="50" y="21.666666666666668" width="36" height="17.000000000000004"/>
                                <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
                                <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                <nil key="highlightedColor"/>
                            </label>
                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="kns-lj-oFF">
                                <rect key="frame" x="18" y="18" width="24" height="24"/>
                                <constraints>
                                    <constraint firstAttribute="height" constant="24" id="0UN-O2-H6V"/>
                                    <constraint firstAttribute="width" constant="24" id="X1G-pS-tJM"/>
                                </constraints>
                            </imageView>
                        </subviews>
                        <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
                        <constraints>
                            <constraint firstItem="kns-lj-oFF" firstAttribute="centerY" secondItem="8zN-lJ-FAh" secondAttribute="centerY" id="5hk-sT-W8s"/>
                            <constraint firstItem="kns-lj-oFF" firstAttribute="leading" secondItem="8zN-lJ-FAh" secondAttribute="leading" constant="18" id="6Jm-qs-TTI"/>
                            <constraint firstItem="B3X-wx-1YR" firstAttribute="leading" secondItem="kns-lj-oFF" secondAttribute="trailing" constant="8" id="bP2-AZ-w5s"/>
                            <constraint firstItem="B3X-wx-1YR" firstAttribute="centerY" secondItem="8zN-lJ-FAh" secondAttribute="centerY" id="z1m-74-v3v"/>
                        </constraints>
                        <userDefinedRuntimeAttributes>
                            <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
                                <integer key="value" value="12"/>
                            </userDefinedRuntimeAttribute>
                            <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
                        </userDefinedRuntimeAttributes>
                    </view>
                </subviews>
                <constraints>
                    <constraint firstItem="8zN-lJ-FAh" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="14" id="cLs-3F-voK"/>
                    <constraint firstItem="8zN-lJ-FAh" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="6" id="eq5-hG-2IW"/>
                    <constraint firstAttribute="bottom" secondItem="8zN-lJ-FAh" secondAttribute="bottom" constant="6" id="nwS-c7-2ka"/>
                    <constraint firstAttribute="trailing" secondItem="8zN-lJ-FAh" secondAttribute="trailing" constant="14" id="yC7-e2-PAp"/>
                </constraints>
            </tableViewCellContentView>
            <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
            <connections>
                <outlet property="iconVIew" destination="kns-lj-oFF" id="JWR-eA-iGw"/>
                <outlet property="nameLabel" destination="B3X-wx-1YR" id="gPg-0f-gPM"/>
            </connections>
            <point key="canvasLocation" x="-40" y="19"/>
        </tableViewCell>
    </objects>
</document>