12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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="RDSCtrlModeCell">
- <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Mnf-13-Bo9">
- <rect key="frame" x="0.0" y="0.0" width="70" height="70"/>
- <color key="backgroundColor" red="0.94475668670000001" green="0.96073836089999998" blue="0.96470516920000005" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <connections>
- <action selector="p_modeBtnClick:" destination="gTV-IL-0wX" eventType="touchUpInside" id="2Eg-Al-Aee"/>
- </connections>
- </button>
- </subviews>
- </view>
- <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Mnf-13-Bo9" secondAttribute="trailing" id="FwX-Xz-bRW"/>
- <constraint firstItem="Mnf-13-Bo9" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="Rt6-fr-gpI"/>
- <constraint firstAttribute="bottom" secondItem="Mnf-13-Bo9" secondAttribute="bottom" id="dh9-au-Y82"/>
- <constraint firstItem="Mnf-13-Bo9" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="uco-AG-1Um"/>
- </constraints>
- <connections>
- <outlet property="btn" destination="Mnf-13-Bo9" id="Q9W-Yx-65u"/>
- </connections>
- <point key="canvasLocation" x="121" y="-1"/>
- </collectionViewCell>
- </objects>
- </document>
|