12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="System colors in document resources" minToolsVersion="11.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"/>
- <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="DeliveryTimeItem" customModule="ADHTuanCan" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="246" height="131"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="246" height="131"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bOI-kf-Z8K">
- <rect key="frame" x="0.0" y="0.0" width="246" height="131"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="11:00~11:15" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="76y-do-mbo">
- <rect key="frame" x="81.666666666666671" y="57" width="83.000000000000014" height="17"/>
- <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
- <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="76y-do-mbo" firstAttribute="centerX" secondItem="bOI-kf-Z8K" secondAttribute="centerX" id="CMl-2a-ZS0"/>
- <constraint firstItem="76y-do-mbo" firstAttribute="centerY" secondItem="bOI-kf-Z8K" secondAttribute="centerY" id="GAI-pC-Ncx"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
- <real key="value" value="6"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
- <real key="value" value="0.5"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
- <color key="value" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- </view>
- <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
- <constraints>
- <constraint firstItem="bOI-kf-Z8K" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="1nw-P7-Keb"/>
- <constraint firstAttribute="trailing" secondItem="bOI-kf-Z8K" secondAttribute="trailing" id="XX3-zG-R0w"/>
- <constraint firstAttribute="bottom" secondItem="bOI-kf-Z8K" secondAttribute="bottom" id="dYC-Ro-FRK"/>
- <constraint firstItem="bOI-kf-Z8K" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="hU0-XD-8Wd"/>
- </constraints>
- <size key="customSize" width="246" height="131"/>
- <connections>
- <outlet property="backView" destination="bOI-kf-Z8K" id="IdE-W8-pWH"/>
- <outlet property="titleLab" destination="76y-do-mbo" id="l9Q-d9-jhG"/>
- </connections>
- <point key="canvasLocation" x="-516.03053435114498" y="115.84507042253522"/>
- </collectionViewCell>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|