| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
- <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="BogoOpenWardCollectionCell">
- <rect key="frame" x="0.0" y="0.0" width="230" height="203"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="230" height="203"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6to-0a-fiW" customClass="QMUIButton">
- <rect key="frame" x="0.0" y="0.0" width="230" height="203"/>
- <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
- <state key="normal" title="白银守护">
- <color key="titleColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <state key="selected">
- <color key="titleColor" red="0.56862745098039214" green="0.32156862745098036" blue="0.97254901960784312" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- </button>
- </subviews>
- </view>
- <constraints>
- <constraint firstItem="6to-0a-fiW" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="DlY-Ww-YmB"/>
- <constraint firstAttribute="trailing" secondItem="6to-0a-fiW" secondAttribute="trailing" id="E02-py-UYO"/>
- <constraint firstItem="6to-0a-fiW" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="PVk-Iz-8gX"/>
- <constraint firstAttribute="bottom" secondItem="6to-0a-fiW" secondAttribute="bottom" id="pAo-kR-Ncq"/>
- </constraints>
- <size key="customSize" width="230" height="203"/>
- <connections>
- <outlet property="btn" destination="6to-0a-fiW" id="vIP-Lr-B3y"/>
- </connections>
- <point key="canvasLocation" x="111.59420289855073" y="116.18303571428571"/>
- </collectionViewCell>
- </objects>
- </document>
|