123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15404"/>
- <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"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <collectionReusableView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" reuseIdentifier="FootCollectionReusableView" id="U6b-Vx-4bR">
- <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="I9X-gd-Un7">
- <rect key="frame" x="0.0" y="0.0" width="320" height="50"/>
- <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.96862745098039216" alpha="1" colorSpace="calibratedRGB"/>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="I9X-gd-Un7" firstAttribute="leading" secondItem="9Gg-ye-v9C" secondAttribute="leading" id="BbB-nX-DYC"/>
- <constraint firstItem="I9X-gd-Un7" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="GyY-3p-mCc"/>
- <constraint firstAttribute="trailing" secondItem="I9X-gd-Un7" secondAttribute="trailing" id="hGG-qr-0SW"/>
- <constraint firstItem="I9X-gd-Un7" firstAttribute="bottom" secondItem="9Gg-ye-v9C" secondAttribute="bottom" id="l2w-tb-bqF"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="9Gg-ye-v9C"/>
- <point key="canvasLocation" x="131.8840579710145" y="152.67857142857142"/>
- </collectionReusableView>
- </objects>
- </document>
|