55 lines
4.1 KiB
Plaintext
55 lines
4.1 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
|
||
|
|
<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="MSRoomSetBgCell">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="153" height="180"/>
|
||
|
|
<autoresizingMask key="autoresizingMask"/>
|
||
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="153" height="180"/>
|
||
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||
|
|
<subviews>
|
||
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="X3v-8V-fOc">
|
||
|
|
<rect key="frame" x="0.0" y="0.0" width="153" height="180"/>
|
||
|
|
<userDefinedRuntimeAttributes>
|
||
|
|
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
|
||
|
|
<real key="value" value="10"/>
|
||
|
|
</userDefinedRuntimeAttribute>
|
||
|
|
<userDefinedRuntimeAttribute type="color" keyPath="borderColor">
|
||
|
|
<color key="value" red="0.64313725489999995" green="0.45098039220000002" blue="0.97647058819999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||
|
|
</userDefinedRuntimeAttribute>
|
||
|
|
</userDefinedRuntimeAttributes>
|
||
|
|
</imageView>
|
||
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="room_set_bg_sel" translatesAutoresizingMaskIntoConstraints="NO" id="Cp4-yq-VbJ">
|
||
|
|
<rect key="frame" x="131" y="6" width="15" height="15"/>
|
||
|
|
</imageView>
|
||
|
|
</subviews>
|
||
|
|
</view>
|
||
|
|
<constraints>
|
||
|
|
<constraint firstItem="X3v-8V-fOc" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="1d6-UL-mEI"/>
|
||
|
|
<constraint firstItem="X3v-8V-fOc" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="OG1-tX-Q6B"/>
|
||
|
|
<constraint firstItem="Cp4-yq-VbJ" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="6" id="aZH-DD-tSE"/>
|
||
|
|
<constraint firstAttribute="trailing" secondItem="X3v-8V-fOc" secondAttribute="trailing" id="dlX-eb-kfU"/>
|
||
|
|
<constraint firstAttribute="trailing" secondItem="Cp4-yq-VbJ" secondAttribute="trailing" constant="7" id="ijB-h3-S78"/>
|
||
|
|
<constraint firstAttribute="bottom" secondItem="X3v-8V-fOc" secondAttribute="bottom" id="xR5-CX-l4W"/>
|
||
|
|
</constraints>
|
||
|
|
<size key="customSize" width="153" height="180"/>
|
||
|
|
<connections>
|
||
|
|
<outlet property="bgImgV" destination="X3v-8V-fOc" id="PRg-g9-fCK"/>
|
||
|
|
<outlet property="selImgV" destination="Cp4-yq-VbJ" id="WPz-cM-zXy"/>
|
||
|
|
</connections>
|
||
|
|
<point key="canvasLocation" x="206.52173913043481" y="161.38392857142856"/>
|
||
|
|
</collectionViewCell>
|
||
|
|
</objects>
|
||
|
|
<resources>
|
||
|
|
<image name="room_set_bg_sel" width="15" height="15"/>
|
||
|
|
</resources>
|
||
|
|
</document>
|