1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
- <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="RQSpecialAddCell">
- <rect key="frame" x="0.0" y="0.0" width="61" height="110"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="61" height="110"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ffl-Cw-qlj">
- <rect key="frame" x="0.0" y="0.0" width="61" height="110"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="fns-HV-xK2">
- <rect key="frame" x="0.5" y="10" width="60" height="60"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="fns-HV-xK2" secondAttribute="height" multiplier="1:1" id="GTS-3s-qX2"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Dj6-bw-kuF">
- <rect key="frame" x="12" y="74" width="37.5" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="0" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="K6d-Tb-4vn">
- <rect key="frame" x="27" y="92" width="7" height="13.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="11"/>
- <color key="textColor" red="0.54117647059999996" green="0.56470588239999997" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstItem="K6d-Tb-4vn" firstAttribute="top" secondItem="Dj6-bw-kuF" secondAttribute="bottom" id="38M-iS-9n3"/>
- <constraint firstItem="fns-HV-xK2" firstAttribute="width" secondItem="ffl-Cw-qlj" secondAttribute="height" multiplier="60/110" id="8IU-Uh-Lc7"/>
- <constraint firstItem="fns-HV-xK2" firstAttribute="centerX" secondItem="ffl-Cw-qlj" secondAttribute="centerX" id="8jZ-TR-q6R"/>
- <constraint firstItem="fns-HV-xK2" firstAttribute="top" secondItem="ffl-Cw-qlj" secondAttribute="top" constant="10" id="Cfi-uX-g6Q"/>
- <constraint firstItem="K6d-Tb-4vn" firstAttribute="centerX" secondItem="ffl-Cw-qlj" secondAttribute="centerX" id="h1V-MQ-YbC"/>
- <constraint firstItem="Dj6-bw-kuF" firstAttribute="centerX" secondItem="ffl-Cw-qlj" secondAttribute="centerX" id="jPZ-bf-sql"/>
- <constraint firstItem="Dj6-bw-kuF" firstAttribute="top" secondItem="fns-HV-xK2" secondAttribute="bottom" constant="4" id="voE-jU-BP3"/>
- </constraints>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="ffl-Cw-qlj" secondAttribute="trailing" id="Dc8-2Z-Myg"/>
- <constraint firstItem="ffl-Cw-qlj" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="QF5-TN-L24"/>
- <constraint firstItem="ffl-Cw-qlj" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="nSJ-DP-l9h"/>
- <constraint firstAttribute="bottom" secondItem="ffl-Cw-qlj" secondAttribute="bottom" id="t6W-HP-UAB"/>
- </constraints>
- <connections>
- <outlet property="myBgImageView" destination="fns-HV-xK2" id="Lsq-4y-XMp"/>
- <outlet property="mySubTitleLabel" destination="K6d-Tb-4vn" id="Huh-mM-3gD"/>
- <outlet property="myTitleLabel" destination="Dj6-bw-kuF" id="LmA-z9-fQA"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="127.90178571428571"/>
- </collectionViewCell>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|