12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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="16087"/>
- <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" insetsLayoutMarginsFromSafeArea="NO" id="gTV-IL-0wX" customClass="TimingCommonCell">
- <rect key="frame" x="0.0" y="0.0" width="217" height="224"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="217" height="224"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Ot3-5y-IoT">
- <rect key="frame" x="0.0" y="0.0" width="217" height="224"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Oob-xT-tIs">
- <rect key="frame" x="81.5" y="68" width="54" height="54"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="Oob-xT-tIs" secondAttribute="height" id="szY-mI-cCR"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SXJ-gV-ynI">
- <rect key="frame" x="108.5" y="134" width="0.0" height="0.0"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <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="qWs-7v-1WF">
- <rect key="frame" x="108.5" y="134" width="0.0" height="0.0"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstItem="SXJ-gV-ynI" firstAttribute="top" secondItem="Oob-xT-tIs" secondAttribute="bottom" constant="12" id="2bK-7x-2lc"/>
- <constraint firstItem="Oob-xT-tIs" firstAttribute="centerX" secondItem="Ot3-5y-IoT" secondAttribute="centerX" id="BCE-3c-SO3"/>
- <constraint firstItem="Oob-xT-tIs" firstAttribute="width" secondItem="Ot3-5y-IoT" secondAttribute="width" multiplier="0.25" id="FQI-u1-NpZ"/>
- <constraint firstItem="qWs-7v-1WF" firstAttribute="top" secondItem="SXJ-gV-ynI" secondAttribute="bottom" id="MOG-mk-9hw"/>
- <constraint firstItem="qWs-7v-1WF" firstAttribute="centerX" secondItem="SXJ-gV-ynI" secondAttribute="centerX" id="W0J-Fz-YV3"/>
- <constraint firstItem="Oob-xT-tIs" firstAttribute="centerY" secondItem="Ot3-5y-IoT" secondAttribute="centerY" constant="-17" id="nj6-wg-1th"/>
- <constraint firstItem="SXJ-gV-ynI" firstAttribute="centerX" secondItem="Oob-xT-tIs" secondAttribute="centerX" id="yoi-MZ-l6G"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="Ot3-5y-IoT" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="1ln-HQ-fEh"/>
- <constraint firstItem="Ot3-5y-IoT" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="SDa-vp-Iyf"/>
- <constraint firstItem="Ot3-5y-IoT" firstAttribute="height" secondItem="gTV-IL-0wX" secondAttribute="height" id="Wwo-zH-93s"/>
- <constraint firstItem="Ot3-5y-IoT" firstAttribute="width" secondItem="gTV-IL-0wX" secondAttribute="width" id="eHD-ni-T0w"/>
- </constraints>
- <size key="customSize" width="217" height="224"/>
- <connections>
- <outlet property="cusContentView" destination="Ot3-5y-IoT" id="mo6-Vb-bqG"/>
- <outlet property="iconImageView" destination="Oob-xT-tIs" id="Vx8-yg-fOh"/>
- <outlet property="timeLabel" destination="qWs-7v-1WF" id="L6r-Lf-URc"/>
- <outlet property="titleLabel" destination="SXJ-gV-ynI" id="A5t-zI-VIX"/>
- </connections>
- <point key="canvasLocation" x="-60" y="31"/>
- </collectionViewCell>
- </objects>
- </document>
|