RQPlaceListFooterView.xib 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21701"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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. <view contentMode="scaleToFill" id="uZC-SJ-8Pc" customClass="RQPlaceListFooterView">
  14. <rect key="frame" x="0.0" y="0.0" width="393" height="30"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Xdo-fi-Vaj">
  18. <rect key="frame" x="16" y="0.0" width="361" height="30"/>
  19. <color key="backgroundColor" red="0.93333333330000001" green="0.96470588239999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  20. </view>
  21. </subviews>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. <constraints>
  24. <constraint firstAttribute="trailing" secondItem="Xdo-fi-Vaj" secondAttribute="trailing" constant="16" id="ji7-1r-XF5"/>
  25. <constraint firstAttribute="bottom" secondItem="Xdo-fi-Vaj" secondAttribute="bottom" id="nDY-Ew-ghw"/>
  26. <constraint firstItem="Xdo-fi-Vaj" firstAttribute="leading" secondItem="uZC-SJ-8Pc" secondAttribute="leading" constant="16" id="x5H-GM-ctl"/>
  27. <constraint firstItem="Xdo-fi-Vaj" firstAttribute="top" secondItem="uZC-SJ-8Pc" secondAttribute="top" id="yx4-HA-HFR"/>
  28. </constraints>
  29. <nil key="simulatedTopBarMetrics"/>
  30. <nil key="simulatedBottomBarMetrics"/>
  31. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  32. <connections>
  33. <outlet property="myContentView" destination="Xdo-fi-Vaj" id="qbJ-iI-oZ8"/>
  34. </connections>
  35. <point key="canvasLocation" x="-4" y="42"/>
  36. </view>
  37. </objects>
  38. <resources>
  39. <systemColor name="systemBackgroundColor">
  40. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. </systemColor>
  42. </resources>
  43. </document>