74 lines
5.8 KiB
XML
74 lines
5.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" 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="22130"/>
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
<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" customClass="WA_LIVEVC" customModule="wallpaper_project" customModuleProvider="target">
|
|
<connections>
|
|
<outlet property="collectionView" destination="nta-PF-mK1" id="LWa-Rq-hy3"/>
|
|
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
|
|
</connections>
|
|
</placeholder>
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
|
|
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
<subviews>
|
|
<collectionView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" dataMode="none" translatesAutoresizingMaskIntoConstraints="NO" id="nta-PF-mK1">
|
|
<rect key="frame" x="0.0" y="108" width="414" height="754"/>
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<collectionViewFlowLayout key="collectionViewLayout" minimumLineSpacing="10" minimumInteritemSpacing="10" id="Ae8-ce-f9k">
|
|
<size key="itemSize" width="128" height="128"/>
|
|
<size key="headerReferenceSize" width="0.0" height="0.0"/>
|
|
<size key="footerReferenceSize" width="0.0" height="0.0"/>
|
|
<inset key="sectionInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
|
</collectionViewFlowLayout>
|
|
</collectionView>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Live" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="RHy-nv-w7j">
|
|
<rect key="frame" x="186.5" y="55" width="41" height="26.5"/>
|
|
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="22"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="giP-SA-9GJ">
|
|
<rect key="frame" x="20" y="48" width="40" height="40"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="40" id="0xs-aV-4HY"/>
|
|
<constraint firstAttribute="height" constant="40" id="q2X-0B-dPD"/>
|
|
</constraints>
|
|
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
|
|
<state key="normal" image="back_black"/>
|
|
<connections>
|
|
<action selector="back:" destination="-1" eventType="touchUpInside" id="laT-68-zc7"/>
|
|
</connections>
|
|
</button>
|
|
</subviews>
|
|
<viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
|
|
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
<constraints>
|
|
<constraint firstItem="nta-PF-mK1" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="60I-VV-cMU"/>
|
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="nta-PF-mK1" secondAttribute="bottom" id="T4n-3n-czp"/>
|
|
<constraint firstItem="giP-SA-9GJ" firstAttribute="centerY" secondItem="RHy-nv-w7j" secondAttribute="centerY" id="ZDr-pn-qy8"/>
|
|
<constraint firstItem="giP-SA-9GJ" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" constant="20" id="g1k-ML-NYI"/>
|
|
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="nta-PF-mK1" secondAttribute="trailing" id="opg-xJ-KoR"/>
|
|
<constraint firstItem="giP-SA-9GJ" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="sgE-6F-eeo"/>
|
|
<constraint firstItem="nta-PF-mK1" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" constant="60" id="vYf-Qp-XNq"/>
|
|
<constraint firstItem="RHy-nv-w7j" firstAttribute="centerX" secondItem="i5M-Pr-FkT" secondAttribute="centerX" id="yqO-zE-Tjo"/>
|
|
</constraints>
|
|
<point key="canvasLocation" x="65" y="-11"/>
|
|
</view>
|
|
</objects>
|
|
<resources>
|
|
<image name="back_black" width="20" height="20"/>
|
|
<systemColor name="systemBackgroundColor">
|
|
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
</systemColor>
|
|
</resources>
|
|
</document>
|