VipSubjectCollectionViewCell.xib 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="VipSubjectCollectionViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="44" height="44"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="44" height="44"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="NgY-CY-xf3">
  22. <rect key="frame" x="0.0" y="0.0" width="44" height="44"/>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  25. <state key="normal" title="1">
  26. <color key="titleColor" red="0.27450980390000002" green="0.27450980390000002" blue="0.27450980390000002" alpha="1" colorSpace="calibratedRGB"/>
  27. </state>
  28. <userDefinedRuntimeAttributes>
  29. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  30. <real key="value" value="1"/>
  31. </userDefinedRuntimeAttribute>
  32. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  33. <color key="value" red="0.27450980390000002" green="0.27450980390000002" blue="0.27450980390000002" alpha="1" colorSpace="calibratedRGB"/>
  34. </userDefinedRuntimeAttribute>
  35. <userDefinedRuntimeAttribute type="boolean" keyPath="circle" value="YES"/>
  36. </userDefinedRuntimeAttributes>
  37. </button>
  38. </subviews>
  39. </view>
  40. <constraints>
  41. <constraint firstItem="NgY-CY-xf3" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="QXP-zb-XQI"/>
  42. <constraint firstAttribute="bottom" secondItem="NgY-CY-xf3" secondAttribute="bottom" id="e81-An-DN6"/>
  43. <constraint firstItem="NgY-CY-xf3" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="j19-1O-PUj"/>
  44. <constraint firstAttribute="trailing" secondItem="NgY-CY-xf3" secondAttribute="trailing" id="vO8-xe-IVF"/>
  45. </constraints>
  46. <connections>
  47. <outlet property="subjectBtn" destination="NgY-CY-xf3" id="ZRt-5R-1tG"/>
  48. </connections>
  49. <point key="canvasLocation" x="47.826086956521742" y="35.491071428571423"/>
  50. </collectionViewCell>
  51. </objects>
  52. </document>