123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
- <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="NY_SelectCollectionViewCell">
- <rect key="frame" x="0.0" y="0.0" width="241" height="61"/>
- <autoresizingMask key="autoresizingMask"/>
- <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
- <rect key="frame" x="0.0" y="0.0" width="241" height="61"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rJT-Oj-obf">
- <rect key="frame" x="0.0" y="60" width="241" height="1"/>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="height" constant="0.5" id="vQe-Zb-HkR"/>
- </constraints>
- </view>
- <button opaque="NO" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="wKE-km-7pC">
- <rect key="frame" x="25" y="17" width="47" height="27"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <state key="normal" title="全部(12)">
- <color key="titleColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
- </state>
- </button>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="duigou.png" translatesAutoresizingMaskIntoConstraints="NO" id="sHc-PS-wXs">
- <rect key="frame" x="205" y="25" width="14" height="11"/>
- <constraints>
- <constraint firstAttribute="height" constant="11" id="9zo-Bt-251"/>
- <constraint firstAttribute="width" constant="14" id="r6j-PT-I7P"/>
- </constraints>
- </imageView>
- </subviews>
- </view>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="wKE-km-7pC" firstAttribute="centerY" secondItem="gTV-IL-0wX" secondAttribute="centerY" id="FeI-b4-fHq"/>
- <constraint firstAttribute="trailing" secondItem="rJT-Oj-obf" secondAttribute="trailing" id="Vdo-wf-Rki"/>
- <constraint firstItem="rJT-Oj-obf" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="deI-0s-51B"/>
- <constraint firstItem="sHc-PS-wXs" firstAttribute="centerY" secondItem="wKE-km-7pC" secondAttribute="centerY" id="o0H-1T-ZX6"/>
- <constraint firstAttribute="trailing" secondItem="sHc-PS-wXs" secondAttribute="trailing" constant="22" id="uYU-Ym-RKu"/>
- <constraint firstItem="wKE-km-7pC" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="25" id="uoZ-bU-4It"/>
- <constraint firstAttribute="bottom" secondItem="rJT-Oj-obf" secondAttribute="bottom" id="ynw-y1-EWY"/>
- </constraints>
- <size key="customSize" width="241" height="61"/>
- <connections>
- <outlet property="Btn" destination="wKE-km-7pC" id="7EN-HS-yBP"/>
- <outlet property="selectImage" destination="sHc-PS-wXs" id="gVP-Mo-yte"/>
- </connections>
- <point key="canvasLocation" x="129.5" y="59.5"/>
- </collectionViewCell>
- </objects>
- <resources>
- <image name="duigou.png" width="15" height="11"/>
- </resources>
- </document>
|