CarInsuranceCollectionViewCell.xib 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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" useSafeAreas="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="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="CarInsuranceCollectionViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="180" height="200"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  19. <rect key="frame" x="0.0" y="0.0" width="180" height="200"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="ion_vehicle_03" translatesAutoresizingMaskIntoConstraints="NO" id="Ezy-cQ-Meu">
  23. <rect key="frame" x="56" y="51" width="68" height="48"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  25. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  26. </imageView>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qtJ-mS-WV1">
  28. <rect key="frame" x="0.0" y="111" width="180" height="21"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  30. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
  31. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. </view>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
  38. <size key="customSize" width="97" height="270"/>
  39. <connections>
  40. <outlet property="img" destination="Ezy-cQ-Meu" id="opD-Ss-SXR"/>
  41. <outlet property="lblName" destination="qtJ-mS-WV1" id="SAc-x0-IvF"/>
  42. </connections>
  43. <point key="canvasLocation" x="-526.08695652173913" y="28.794642857142854"/>
  44. </collectionViewCell>
  45. </objects>
  46. <resources>
  47. <image name="ion_vehicle_03" width="32.5" height="37"/>
  48. </resources>
  49. </document>