12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21701"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view contentMode="scaleToFill" id="uZC-SJ-8Pc" customClass="RQPlaceListFooterView">
- <rect key="frame" x="0.0" y="0.0" width="393" height="30"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Xdo-fi-Vaj">
- <rect key="frame" x="16" y="0.0" width="361" height="30"/>
- <color key="backgroundColor" red="0.93333333330000001" green="0.96470588239999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </view>
- </subviews>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="Xdo-fi-Vaj" secondAttribute="trailing" constant="16" id="ji7-1r-XF5"/>
- <constraint firstAttribute="bottom" secondItem="Xdo-fi-Vaj" secondAttribute="bottom" id="nDY-Ew-ghw"/>
- <constraint firstItem="Xdo-fi-Vaj" firstAttribute="leading" secondItem="uZC-SJ-8Pc" secondAttribute="leading" constant="16" id="x5H-GM-ctl"/>
- <constraint firstItem="Xdo-fi-Vaj" firstAttribute="top" secondItem="uZC-SJ-8Pc" secondAttribute="top" id="yx4-HA-HFR"/>
- </constraints>
- <nil key="simulatedTopBarMetrics"/>
- <nil key="simulatedBottomBarMetrics"/>
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
- <connections>
- <outlet property="myContentView" destination="Xdo-fi-Vaj" id="qbJ-iI-oZ8"/>
- </connections>
- <point key="canvasLocation" x="-4" y="42"/>
- </view>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|