1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina5_5" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ShoppingMallCollectionViewController" customModule="xingchuangke" customModuleProvider="target">
- <connections>
- <outlet property="collectionView" destination="hbm-al-E9I" id="GBs-zI-GA2"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="hbm-al-E9I">
- <rect key="frame" x="0.0" y="87" width="414" height="649"/>
- <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="calibratedRGB"/>
- <collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Kux-eC-NqU">
- <size key="itemSize" width="50" height="50"/>
- <size key="headerReferenceSize" width="0.0" height="0.0"/>
- <size key="footerReferenceSize" width="0.0" height="0.0"/>
- <inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
- </collectionViewFlowLayout>
- </collectionView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="hbm-al-E9I" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="87" id="9dv-Ku-pza"/>
- <constraint firstItem="hbm-al-E9I" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="ETR-rE-unu"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="hbm-al-E9I" secondAttribute="trailing" id="Gh6-vy-SVO"/>
- <constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="hbm-al-E9I" secondAttribute="bottom" id="mZk-GI-A8h"/>
- </constraints>
- <point key="canvasLocation" x="132" y="94"/>
- </view>
- </objects>
- </document>
|