|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5037" systemVersion="12F45" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="5053" systemVersion="12F45" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none">
|
|
|
<dependencies>
|
|
|
<deployment defaultVersion="1552" identifier="iOS"/>
|
|
|
<development version="5000" identifier="xcode"/>
|
|
@@ -20,6 +20,10 @@
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
<color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
</imageView>
|
|
|
+ <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" image="folderIcon.png" id="l8Q-gS-ckH">
|
|
|
+ <rect key="frame" x="21" y="80" width="256" height="78"/>
|
|
|
+ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
+ </imageView>
|
|
|
<label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="32">
|
|
|
<rect key="frame" x="20" y="167" width="258" height="21"/>
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
|
|
@@ -43,7 +47,7 @@
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
</view>
|
|
|
- <imageView hidden="YES" userInteractionEnabled="NO" contentMode="scaleToFill" image="thumbOverlay.png" id="36">
|
|
|
+ <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="thumbOverlay.png" id="36">
|
|
|
<rect key="frame" x="16" y="9" width="266" height="154"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
</imageView>
|
|
@@ -59,6 +63,7 @@
|
|
|
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
</view>
|
|
|
<connections>
|
|
|
+ <outlet property="folderIconView" destination="l8Q-gS-ckH" id="kJd-YZ-yid"/>
|
|
|
<outlet property="isSelectedView" destination="0Jc-2h-HQ9" id="I7k-1Q-y1G"/>
|
|
|
<outlet property="mediaIsUnreadView" destination="38" id="41"/>
|
|
|
<outlet property="progressView" destination="35" id="42"/>
|
|
@@ -71,6 +76,7 @@
|
|
|
<resources>
|
|
|
<image name="badgeUnread.png" width="44" height="44"/>
|
|
|
<image name="checkbox-legacy-empty.png" width="23" height="23"/>
|
|
|
+ <image name="folderIcon.png" width="221" height="205"/>
|
|
|
<image name="thumbOverlay.png" width="266" height="154"/>
|
|
|
</resources>
|
|
|
</document>
|