44 lines
3.1 KiB
XML
44 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
|
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
|
|
<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"/>
|
|
<collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="WA_BannerPagerCell" customModule="wallpaper_project" customModuleProvider="target">
|
|
<rect key="frame" x="0.0" y="0.0" width="309" height="99"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
|
|
<rect key="frame" x="0.0" y="0.0" width="309" height="99"/>
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
<subviews>
|
|
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="banner_0" translatesAutoresizingMaskIntoConstraints="NO" id="r6g-6t-6gf">
|
|
<rect key="frame" x="5" y="0.0" width="299" height="99"/>
|
|
</imageView>
|
|
</subviews>
|
|
</view>
|
|
<viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
<constraints>
|
|
<constraint firstItem="r6g-6t-6gf" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="C2x-1Z-KRn"/>
|
|
<constraint firstAttribute="trailing" secondItem="r6g-6t-6gf" secondAttribute="trailing" constant="5" id="Tlb-Lw-dbJ"/>
|
|
<constraint firstAttribute="bottom" secondItem="r6g-6t-6gf" secondAttribute="bottom" id="VNx-g7-tiq"/>
|
|
<constraint firstItem="r6g-6t-6gf" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="5" id="xfi-LA-oFh"/>
|
|
</constraints>
|
|
<size key="customSize" width="309" height="99"/>
|
|
<connections>
|
|
<outlet property="ImageV" destination="r6g-6t-6gf" id="sYX-q6-2QD"/>
|
|
</connections>
|
|
<point key="canvasLocation" x="327.48091603053433" y="26.408450704225352"/>
|
|
</collectionViewCell>
|
|
</objects>
|
|
<resources>
|
|
<image name="banner_0" width="309" height="99"/>
|
|
</resources>
|
|
</document>
|