RQSpecialAddCell.xib 6.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="RQSpecialAddCell">
  14. <rect key="frame" x="0.0" y="0.0" width="61" height="110"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="61" height="110"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ffl-Cw-qlj">
  21. <rect key="frame" x="0.0" y="0.0" width="61" height="110"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="fns-HV-xK2">
  24. <rect key="frame" x="0.5" y="10" width="60" height="60"/>
  25. <constraints>
  26. <constraint firstAttribute="width" secondItem="fns-HV-xK2" secondAttribute="height" multiplier="1:1" id="GTS-3s-qX2"/>
  27. </constraints>
  28. </imageView>
  29. <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">
  30. <rect key="frame" x="12" y="74" width="37.5" height="18"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  32. <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <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">
  36. <rect key="frame" x="27" y="92" width="7" height="13.5"/>
  37. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  38. <color key="textColor" red="0.54117647059999996" green="0.56470588239999997" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. </subviews>
  42. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  43. <constraints>
  44. <constraint firstItem="K6d-Tb-4vn" firstAttribute="top" secondItem="Dj6-bw-kuF" secondAttribute="bottom" id="38M-iS-9n3"/>
  45. <constraint firstItem="fns-HV-xK2" firstAttribute="width" secondItem="ffl-Cw-qlj" secondAttribute="height" multiplier="60/110" id="8IU-Uh-Lc7"/>
  46. <constraint firstItem="fns-HV-xK2" firstAttribute="centerX" secondItem="ffl-Cw-qlj" secondAttribute="centerX" id="8jZ-TR-q6R"/>
  47. <constraint firstItem="fns-HV-xK2" firstAttribute="top" secondItem="ffl-Cw-qlj" secondAttribute="top" constant="10" id="Cfi-uX-g6Q"/>
  48. <constraint firstItem="K6d-Tb-4vn" firstAttribute="centerX" secondItem="ffl-Cw-qlj" secondAttribute="centerX" id="h1V-MQ-YbC"/>
  49. <constraint firstItem="Dj6-bw-kuF" firstAttribute="centerX" secondItem="ffl-Cw-qlj" secondAttribute="centerX" id="jPZ-bf-sql"/>
  50. <constraint firstItem="Dj6-bw-kuF" firstAttribute="top" secondItem="fns-HV-xK2" secondAttribute="bottom" constant="4" id="voE-jU-BP3"/>
  51. </constraints>
  52. </view>
  53. </subviews>
  54. </view>
  55. <constraints>
  56. <constraint firstAttribute="trailing" secondItem="ffl-Cw-qlj" secondAttribute="trailing" id="Dc8-2Z-Myg"/>
  57. <constraint firstItem="ffl-Cw-qlj" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="QF5-TN-L24"/>
  58. <constraint firstItem="ffl-Cw-qlj" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="nSJ-DP-l9h"/>
  59. <constraint firstAttribute="bottom" secondItem="ffl-Cw-qlj" secondAttribute="bottom" id="t6W-HP-UAB"/>
  60. </constraints>
  61. <connections>
  62. <outlet property="myBgImageView" destination="fns-HV-xK2" id="Lsq-4y-XMp"/>
  63. <outlet property="mySubTitleLabel" destination="K6d-Tb-4vn" id="Huh-mM-3gD"/>
  64. <outlet property="myTitleLabel" destination="Dj6-bw-kuF" id="LmA-z9-fQA"/>
  65. </connections>
  66. <point key="canvasLocation" x="137.68115942028987" y="127.90178571428571"/>
  67. </collectionViewCell>
  68. </objects>
  69. <resources>
  70. <systemColor name="systemBackgroundColor">
  71. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  72. </systemColor>
  73. </resources>
  74. </document>