CarInsuranceViewController.xib 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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" customClass="CarInsuranceViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="collectionView" destination="nYj-Ei-hHh" id="LOT-eU-jVX"/>
  16. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  17. <outlet property="viewTop" destination="wkr-Q1-9LI" id="EZd-Rd-4jQ"/>
  18. <outlet property="viewTopHeight" destination="Ljb-JK-PBT" id="adV-Oq-FPL"/>
  19. </connections>
  20. </placeholder>
  21. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  22. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  23. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  25. <subviews>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="wkr-Q1-9LI">
  27. <rect key="frame" x="0.0" y="44" width="414" height="95"/>
  28. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  29. <constraints>
  30. <constraint firstAttribute="height" constant="95" id="Ljb-JK-PBT"/>
  31. </constraints>
  32. </view>
  33. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="nYj-Ei-hHh">
  34. <rect key="frame" x="0.0" y="139" width="414" height="723"/>
  35. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  36. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="AWt-1g-Qk4">
  37. <size key="itemSize" width="50" height="50"/>
  38. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  39. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  40. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  41. </collectionViewFlowLayout>
  42. </collectionView>
  43. </subviews>
  44. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. <constraints>
  46. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="wkr-Q1-9LI" secondAttribute="trailing" id="0wJ-kj-vbW"/>
  47. <constraint firstItem="nYj-Ei-hHh" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="663-dP-lwB"/>
  48. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="nYj-Ei-hHh" secondAttribute="trailing" id="7Ga-8p-tl6"/>
  49. <constraint firstItem="wkr-Q1-9LI" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="MAu-1H-lo4"/>
  50. <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="nYj-Ei-hHh" secondAttribute="bottom" id="NTW-tU-Bxp"/>
  51. <constraint firstItem="wkr-Q1-9LI" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="q6h-iZ-2wc"/>
  52. <constraint firstItem="nYj-Ei-hHh" firstAttribute="top" secondItem="wkr-Q1-9LI" secondAttribute="bottom" id="t6F-VZ-Iqn"/>
  53. </constraints>
  54. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  55. </view>
  56. </objects>
  57. </document>