12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?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="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="RQSpecialQuestionCell">
- <rect key="frame" x="0.0" y="0.0" width="168" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="168" height="50"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="QpI-z4-ofk">
- <rect key="frame" x="0.0" y="0.0" width="168" height="50"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="tl3-V6-A40">
- <rect key="frame" x="8" y="10" width="30" height="30"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="tl3-V6-A40" secondAttribute="height" multiplier="1:1" id="paP-bB-OWG"/>
- </constraints>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wgO-dA-89f">
- <rect key="frame" x="46" y="15" width="40" height="20"/>
- <fontDescription key="fontDescription" type="system" pointSize="16"/>
- <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="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ROG-Dv-RWD">
- <rect key="frame" x="145" y="18.5" 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" red="0.96862745098039216" green="0.97254901960784312" blue="0.98039215686274506" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="ROG-Dv-RWD" firstAttribute="centerY" secondItem="QpI-z4-ofk" secondAttribute="centerY" id="V6S-2S-Jlu"/>
- <constraint firstItem="tl3-V6-A40" firstAttribute="leading" secondItem="QpI-z4-ofk" secondAttribute="leading" constant="8" id="ajF-de-SMu"/>
- <constraint firstAttribute="trailing" secondItem="ROG-Dv-RWD" secondAttribute="trailing" constant="16" id="eK8-NX-h8B"/>
- <constraint firstItem="tl3-V6-A40" firstAttribute="centerY" secondItem="QpI-z4-ofk" secondAttribute="centerY" id="frX-8T-aJv"/>
- <constraint firstItem="tl3-V6-A40" firstAttribute="height" secondItem="QpI-z4-ofk" secondAttribute="height" multiplier="30/50" id="k4A-4G-eu9"/>
- <constraint firstItem="wgO-dA-89f" firstAttribute="leading" secondItem="tl3-V6-A40" secondAttribute="trailing" constant="8" symbolic="YES" id="ovG-mO-ete"/>
- <constraint firstItem="wgO-dA-89f" firstAttribute="centerY" secondItem="QpI-z4-ofk" secondAttribute="centerY" id="z69-xa-pRD"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="10"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </view>
- </subviews>
- </view>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="QpI-z4-ofk" secondAttribute="trailing" id="Jus-Hh-8zX"/>
- <constraint firstItem="QpI-z4-ofk" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="LUf-8H-PC8"/>
- <constraint firstAttribute="bottom" secondItem="QpI-z4-ofk" secondAttribute="bottom" id="cn9-mc-9aA"/>
- <constraint firstItem="QpI-z4-ofk" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="q14-GT-lCn"/>
- </constraints>
- <connections>
- <outlet property="myIconImageView" destination="tl3-V6-A40" id="Ryb-I7-h8W"/>
- <outlet property="mySubTitleLabel" destination="ROG-Dv-RWD" id="7dT-72-1GM"/>
- <outlet property="myTitleLabel" destination="wgO-dA-89f" id="AEA-Ld-MDh"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="127.90178571428571"/>
- </collectionViewCell>
- </objects>
- </document>
|