ShoppingMallCollectionViewController.xib 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina5_5" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  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" customClass="ShoppingMallCollectionViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="collectionView" destination="hbm-al-E9I" id="GBs-zI-GA2"/>
  14. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  15. </connections>
  16. </placeholder>
  17. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  18. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  19. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="hbm-al-E9I">
  23. <rect key="frame" x="0.0" y="87" width="414" height="649"/>
  24. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="calibratedRGB"/>
  25. <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Kux-eC-NqU">
  26. <size key="itemSize" width="50" height="50"/>
  27. <size key="headerReferenceSize" width="0.0" height="0.0"/>
  28. <size key="footerReferenceSize" width="0.0" height="0.0"/>
  29. <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
  30. </collectionViewFlowLayout>
  31. </collectionView>
  32. </subviews>
  33. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  34. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <constraints>
  36. <constraint firstItem="hbm-al-E9I" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="87" id="9dv-Ku-pza"/>
  37. <constraint firstItem="hbm-al-E9I" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="ETR-rE-unu"/>
  38. <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="hbm-al-E9I" secondAttribute="trailing" id="Gh6-vy-SVO"/>
  39. <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="hbm-al-E9I" secondAttribute="bottom" id="mZk-GI-A8h"/>
  40. </constraints>
  41. <point key="canvasLocation" x="132" y="94"/>
  42. </view>
  43. </objects>
  44. </document>