口袋优选

KBMorePicCollectionViewCell.xib 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
  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="KBMorePicCollectionViewCell">
  15. <rect key="frame" x="0.0" y="0.0" width="98" height="102"/>
  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="98" height="102"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cku-9b-j7K">
  22. <rect key="frame" x="34" y="69" width="31" height="14.5"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  24. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  25. <nil key="highlightedColor"/>
  26. </label>
  27. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Gij-Xv-fwz">
  28. <rect key="frame" x="27" y="15" width="44" height="44"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="44" id="4YF-9t-enh"/>
  31. <constraint firstAttribute="width" constant="44" id="RrY-af-xcS"/>
  32. </constraints>
  33. </imageView>
  34. </subviews>
  35. </view>
  36. <constraints>
  37. <constraint firstItem="cku-9b-j7K" firstAttribute="top" secondItem="Gij-Xv-fwz" secondAttribute="top" constant="54" id="9kt-ie-5er"/>
  38. <constraint firstItem="Gij-Xv-fwz" firstAttribute="centerX" secondItem="gTV-IL-0wX" secondAttribute="centerX" id="T8v-T9-X4A"/>
  39. <constraint firstItem="Gij-Xv-fwz" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" constant="15" id="eE0-pq-fRt"/>
  40. <constraint firstItem="cku-9b-j7K" firstAttribute="centerX" secondItem="Gij-Xv-fwz" secondAttribute="centerX" id="hvh-Yw-Jn7"/>
  41. </constraints>
  42. <size key="customSize" width="98" height="102"/>
  43. <connections>
  44. <outlet property="picImageView" destination="Gij-Xv-fwz" id="qod-xN-DOw"/>
  45. <outlet property="titleLabel" destination="cku-9b-j7K" id="Bsz-JS-foI"/>
  46. </connections>
  47. <point key="canvasLocation" x="47" y="75"/>
  48. </collectionViewCell>
  49. </objects>
  50. </document>