StudyCollectionViewCell.xib 6.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14460.20"/>
  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="StudyCollectionViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="170" height="190"/>
  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="170" height="190"/>
  20. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  21. <subviews>
  22. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tf7-c4-INS">
  23. <rect key="frame" x="10" y="0.0" width="155" height="190"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  25. <subviews>
  26. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_ad_01" translatesAutoresizingMaskIntoConstraints="NO" id="ZIg-St-H7h">
  27. <rect key="frame" x="0.0" y="0.0" width="155" height="117"/>
  28. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  29. </imageView>
  30. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Zdr-Ce-5iw">
  31. <rect key="frame" x="0.0" y="122" width="155" height="68"/>
  32. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  33. <subviews>
  34. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="2019税务+会计实操入门班【发票+报税+核算+就业指导+办公软件】" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gdG-nk-jdT">
  35. <rect key="frame" x="7" y="9" width="141" height="25"/>
  36. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  37. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="10"/>
  38. <nil key="textColor"/>
  39. <nil key="highlightedColor"/>
  40. </label>
  41. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="1000+人学过" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BGl-lQ-4Cd">
  42. <rect key="frame" x="7" y="43" width="155" height="11"/>
  43. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  44. <fontDescription key="fontDescription" type="system" pointSize="10"/>
  45. <nil key="textColor"/>
  46. <nil key="highlightedColor"/>
  47. </label>
  48. </subviews>
  49. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  50. </view>
  51. </subviews>
  52. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. </view>
  54. </subviews>
  55. </view>
  56. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="calibratedRGB"/>
  57. <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
  58. <size key="customSize" width="170" height="190"/>
  59. <connections>
  60. <outlet property="img" destination="ZIg-St-H7h" id="eNw-wo-CWD"/>
  61. <outlet property="lblRemark" destination="BGl-lQ-4Cd" id="jCE-dN-Whd"/>
  62. <outlet property="lblTitle" destination="gdG-nk-jdT" id="UwG-EM-8CJ"/>
  63. <outlet property="viewContent" destination="tf7-c4-INS" id="ok9-Oa-KZg"/>
  64. </connections>
  65. <point key="canvasLocation" x="-22.399999999999999" y="1.7991004497751126"/>
  66. </collectionViewCell>
  67. </objects>
  68. <resources>
  69. <image name="img_ad_01" width="398" height="201.5"/>
  70. </resources>
  71. </document>