BogoOpenWardCollectionCell.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="BogoOpenWardCollectionCell">
  13. <rect key="frame" x="0.0" y="0.0" width="230" height="203"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  16. <rect key="frame" x="0.0" y="0.0" width="230" height="203"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <button opaque="NO" contentMode="scaleToFill" enabled="NO" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6to-0a-fiW" customClass="QMUIButton">
  20. <rect key="frame" x="0.0" y="0.0" width="230" height="203"/>
  21. <color key="backgroundColor" red="0.95686274509803915" green="0.95686274509803915" blue="0.95686274509803915" alpha="1" colorSpace="calibratedRGB"/>
  22. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  23. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  24. <state key="normal" title="白银守护">
  25. <color key="titleColor" red="0.46666666666666667" green="0.46666666666666667" blue="0.46666666666666667" alpha="1" colorSpace="calibratedRGB"/>
  26. </state>
  27. <state key="selected">
  28. <color key="titleColor" red="0.56862745098039214" green="0.32156862745098036" blue="0.97254901960784312" alpha="1" colorSpace="calibratedRGB"/>
  29. </state>
  30. </button>
  31. </subviews>
  32. </view>
  33. <constraints>
  34. <constraint firstItem="6to-0a-fiW" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="DlY-Ww-YmB"/>
  35. <constraint firstAttribute="trailing" secondItem="6to-0a-fiW" secondAttribute="trailing" id="E02-py-UYO"/>
  36. <constraint firstItem="6to-0a-fiW" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="PVk-Iz-8gX"/>
  37. <constraint firstAttribute="bottom" secondItem="6to-0a-fiW" secondAttribute="bottom" id="pAo-kR-Ncq"/>
  38. </constraints>
  39. <size key="customSize" width="230" height="203"/>
  40. <connections>
  41. <outlet property="btn" destination="6to-0a-fiW" id="vIP-Lr-B3y"/>
  42. </connections>
  43. <point key="canvasLocation" x="111.59420289855073" y="116.18303571428571"/>
  44. </collectionViewCell>
  45. </objects>
  46. </document>