123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" 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="14824"/>
- <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="FindPhotoOrVideoHeaderView" id="U6b-Vx-4bR" customClass="FindPhotoOrVideoHeaderView">
- <rect key="frame" x="0.0" y="0.0" width="320" height="30"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Wr2-3O-hb5">
- <rect key="frame" x="0.0" y="0.0" width="320" height="30"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ba7-qC-BTh">
- <rect key="frame" x="15" y="8.5" width="28.5" height="13.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="11"/>
- <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="0.84705882352941175" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <color key="backgroundColor" red="0.96078431372549022" green="0.96078431372549022" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="Ba7-qC-BTh" firstAttribute="leading" secondItem="Wr2-3O-hb5" secondAttribute="leading" constant="15" id="Qdd-TK-tHy"/>
- <constraint firstItem="Ba7-qC-BTh" firstAttribute="centerY" secondItem="Wr2-3O-hb5" secondAttribute="centerY" id="tCg-U7-YFF"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="Wr2-3O-hb5" secondAttribute="bottom" id="m9R-xZ-IS4"/>
- <constraint firstItem="Wr2-3O-hb5" firstAttribute="top" secondItem="U6b-Vx-4bR" secondAttribute="top" id="orw-FV-q6o"/>
- <constraint firstItem="Wr2-3O-hb5" firstAttribute="leading" secondItem="9Gg-ye-v9C" secondAttribute="leading" id="qIU-2d-70i"/>
- <constraint firstItem="9Gg-ye-v9C" firstAttribute="trailing" secondItem="Wr2-3O-hb5" secondAttribute="trailing" id="qIa-1a-ILi"/>
- </constraints>
- <viewLayoutGuide key="safeArea" id="9Gg-ye-v9C"/>
- <connections>
- <outlet property="cell0SectionTitleLabel" destination="Ba7-qC-BTh" id="ltU-8m-7Na"/>
- </connections>
- <point key="canvasLocation" x="132" y="98"/>
- </collectionReusableView>
- </objects>
- </document>
|