RDSCtrlModeCell.xib 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.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="RDSCtrlModeCell">
  14. <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
  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="70" height="70"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mnf-13-Bo9">
  21. <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
  22. <color key="backgroundColor" red="0.94475668670000001" green="0.96073836089999998" blue="0.96470516920000005" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  23. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  24. <connections>
  25. <action selector="p_modeBtnClick:" destination="gTV-IL-0wX" eventType="touchUpInside" id="2Eg-Al-Aee"/>
  26. </connections>
  27. </button>
  28. </subviews>
  29. </view>
  30. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  31. <constraints>
  32. <constraint firstAttribute="trailing" secondItem="Mnf-13-Bo9" secondAttribute="trailing" id="FwX-Xz-bRW"/>
  33. <constraint firstItem="Mnf-13-Bo9" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Rt6-fr-gpI"/>
  34. <constraint firstAttribute="bottom" secondItem="Mnf-13-Bo9" secondAttribute="bottom" id="dh9-au-Y82"/>
  35. <constraint firstItem="Mnf-13-Bo9" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="uco-AG-1Um"/>
  36. </constraints>
  37. <connections>
  38. <outlet property="btn" destination="Mnf-13-Bo9" id="Q9W-Yx-65u"/>
  39. </connections>
  40. <point key="canvasLocation" x="121" y="-1"/>
  41. </collectionViewCell>
  42. </objects>
  43. </document>