FootCollectionReusableView.xib 2.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15400" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
  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"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="FootCollectionReusableView" id="U6b-Vx-4bR">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="I9X-gd-Un7">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
  19. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
  20. </view>
  21. </subviews>
  22. <constraints>
  23. <constraint firstItem="I9X-gd-Un7" firstAttribute="leading" secondItem="9Gg-ye-v9C" secondAttribute="leading" id="BbB-nX-DYC"/>
  24. <constraint firstItem="I9X-gd-Un7" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="GyY-3p-mCc"/>
  25. <constraint firstAttribute="trailing" secondItem="I9X-gd-Un7" secondAttribute="trailing" id="hGG-qr-0SW"/>
  26. <constraint firstItem="I9X-gd-Un7" firstAttribute="bottom" secondItem="9Gg-ye-v9C" secondAttribute="bottom" id="l2w-tb-bqF"/>
  27. </constraints>
  28. <viewLayoutGuide key="safeArea" id="9Gg-ye-v9C"/>
  29. <point key="canvasLocation" x="131.8840579710145" y="152.67857142857142"/>
  30. </collectionReusableView>
  31. </objects>
  32. </document>