HomeProblemTopCollectCell.xib 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" 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="15706"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="HomeProblemTopCollectCell">
  14. <rect key="frame" x="0.0" y="0.0" width="231" height="138"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="231" height="138"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_placeHolder" translatesAutoresizingMaskIntoConstraints="NO" id="4rc-NE-1Bd">
  21. <rect key="frame" x="0.0" y="0.0" width="231" height="138"/>
  22. <userDefinedRuntimeAttributes>
  23. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  24. <integer key="value" value="3"/>
  25. </userDefinedRuntimeAttribute>
  26. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="YES"/>
  27. </userDefinedRuntimeAttributes>
  28. </imageView>
  29. </subviews>
  30. </view>
  31. <constraints>
  32. <constraint firstAttribute="bottom" secondItem="4rc-NE-1Bd" secondAttribute="bottom" id="8mi-mR-P7G"/>
  33. <constraint firstItem="4rc-NE-1Bd" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="LLb-dB-dNx"/>
  34. <constraint firstAttribute="trailing" secondItem="4rc-NE-1Bd" secondAttribute="trailing" id="Rla-QN-kVk"/>
  35. <constraint firstItem="4rc-NE-1Bd" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="vzp-6i-n4E"/>
  36. </constraints>
  37. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  38. <size key="customSize" width="231" height="138"/>
  39. <connections>
  40. <outlet property="imagV" destination="4rc-NE-1Bd" id="jl0-BQ-qYg"/>
  41. </connections>
  42. <point key="canvasLocation" x="268.84057971014494" y="179.46428571428569"/>
  43. </collectionViewCell>
  44. </objects>
  45. <resources>
  46. <image name="img_placeHolder" width="800" height="800"/>
  47. </resources>
  48. </document>