|
@@ -1,82 +1,499 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4504" systemVersion="12F33" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
|
- <dependencies>
|
|
|
- <deployment version="1296" defaultVersion="1296" identifier="iOS"/>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3734.1"/>
|
|
|
- </dependencies>
|
|
|
- <objects>
|
|
|
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
|
|
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
- <tableViewCell contentMode="scaleToFill" selectionStyle="blue" indentationWidth="10" reuseIdentifier="PlaylistCell" rowHeight="76" id="3" customClass="VLCPlaylistTableViewCell">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3" id="f4c-tn-E7r">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="320" height="79"/>
|
|
|
- <autoresizingMask key="autoresizingMask"/>
|
|
|
- <subviews>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="4">
|
|
|
- <rect key="frame" x="5" y="5" width="124" height="70"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- </imageView>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Album Name" textAlignment="center" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" minimumFontSize="10" adjustsLetterSpacingToFitWidth="YES" id="30">
|
|
|
- <rect key="frame" x="6" y="44" width="122" height="15"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
- <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </label>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="none" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="6">
|
|
|
- <rect key="frame" x="137" y="5" width="178" height="42"/>
|
|
|
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
- <string key="text">Title 1
|
|
|
-Title 2</string>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </label>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Artist Name" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="2" baselineAdjustment="none" minimumFontSize="9" adjustsLetterSpacingToFitWidth="YES" id="35">
|
|
|
- <rect key="frame" x="6" y="5" width="122" height="42"/>
|
|
|
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
- <color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </label>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="thumbOverlayPhone.png" id="22">
|
|
|
- <rect key="frame" x="3" y="2" width="129" height="75"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- </imageView>
|
|
|
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Subtitle — Subtitle" lineBreakMode="wordWrap" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7">
|
|
|
- <rect key="frame" x="137" y="55" width="178" height="15"/>
|
|
|
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
- <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- </label>
|
|
|
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="badgeUnread.png" id="20">
|
|
|
- <rect key="frame" x="99" y="5" width="31" height="31"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
|
|
- </imageView>
|
|
|
- <view userInteractionEnabled="NO" contentMode="scaleToFill" id="27" customClass="VLCLinearProgressIndicator">
|
|
|
- <rect key="frame" x="6" y="64" width="122" height="10"/>
|
|
|
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
|
|
|
- </view>
|
|
|
- </subviews>
|
|
|
- </tableViewCellContentView>
|
|
|
- <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
- <connections>
|
|
|
- <outlet property="albumNameLabel" destination="30" id="31"/>
|
|
|
- <outlet property="artistNameLabel" destination="35" id="36"/>
|
|
|
- <outlet property="mediaIsUnreadView" destination="20" id="21"/>
|
|
|
- <outlet property="progressIndicator" destination="27" id="28"/>
|
|
|
- <outlet property="subtitleLabel" destination="7" id="8"/>
|
|
|
- <outlet property="thumbnailView" destination="4" id="9"/>
|
|
|
- <outlet property="titleLabel" destination="6" id="10"/>
|
|
|
- </connections>
|
|
|
- </tableViewCell>
|
|
|
- </objects>
|
|
|
- <resources>
|
|
|
- <image name="badgeUnread.png" width="35" height="35"/>
|
|
|
- <image name="thumbOverlayPhone.png" width="129" height="75"/>
|
|
|
- </resources>
|
|
|
-</document>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
|
|
|
+ <data>
|
|
|
+ <int key="IBDocument.SystemTarget">1296</int>
|
|
|
+ <string key="IBDocument.SystemVersion">12F33</string>
|
|
|
+ <string key="IBDocument.InterfaceBuilderVersion">3084</string>
|
|
|
+ <string key="IBDocument.AppKitVersion">1187.39</string>
|
|
|
+ <string key="IBDocument.HIToolboxVersion">626.00</string>
|
|
|
+ <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
|
|
+ <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <string key="NS.object.0">2083</string>
|
|
|
+ </object>
|
|
|
+ <array key="IBDocument.IntegratedClassDependencies">
|
|
|
+ <string>IBProxyObject</string>
|
|
|
+ <string>IBUIImageView</string>
|
|
|
+ <string>IBUILabel</string>
|
|
|
+ <string>IBUITableViewCell</string>
|
|
|
+ <string>IBUIView</string>
|
|
|
+ </array>
|
|
|
+ <array key="IBDocument.PluginDependencies">
|
|
|
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ </array>
|
|
|
+ <object class="NSMutableDictionary" key="IBDocument.Metadata">
|
|
|
+ <string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
|
|
+ <integer value="1" key="NS.object.0"/>
|
|
|
+ </object>
|
|
|
+ <array class="NSMutableArray" key="IBDocument.RootObjects" id="51977768">
|
|
|
+ <object class="IBProxyObject" id="1057149464">
|
|
|
+ <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBProxyObject" id="209695700">
|
|
|
+ <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBUITableViewCell" id="96044928">
|
|
|
+ <reference key="NSNextResponder"/>
|
|
|
+ <int key="NSvFlags">1316</int>
|
|
|
+ <array class="NSMutableArray" key="NSSubviews">
|
|
|
+ <object class="IBUIView" id="1058833295">
|
|
|
+ <reference key="NSNextResponder" ref="96044928"/>
|
|
|
+ <int key="NSvFlags">1280</int>
|
|
|
+ <array class="NSMutableArray" key="NSSubviews">
|
|
|
+ <object class="IBUIImageView" id="95214924">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1316</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{5, 5}, {124, 70}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="597144471"/>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBUILabel" id="436605093">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1324</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{6, 44}, {122, 15}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="789309214"/>
|
|
|
+ <bool key="IBUIOpaque">NO</bool>
|
|
|
+ <bool key="IBUIClipsSubviews">YES</bool>
|
|
|
+ <int key="IBUIContentMode">7</int>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <string key="IBUIText">Album Name</string>
|
|
|
+ <object class="NSColor" key="IBUITextColor">
|
|
|
+ <int key="NSColorSpace">3</int>
|
|
|
+ <bytes key="NSWhite">MC43MgA</bytes>
|
|
|
+ </object>
|
|
|
+ <object class="NSColor" key="IBUIHighlightedColor" id="857451531">
|
|
|
+ <int key="NSColorSpace">3</int>
|
|
|
+ <bytes key="NSWhite">MQA</bytes>
|
|
|
+ </object>
|
|
|
+ <int key="IBUIBaselineAdjustment">0</int>
|
|
|
+ <float key="IBUIMinimumFontSize">10</float>
|
|
|
+ <bool key="IBUIAdjustsLetterSpacingToFitWidth">YES</bool>
|
|
|
+ <int key="IBUITextAlignment">1</int>
|
|
|
+ <int key="IBUILineBreakMode">0</int>
|
|
|
+ <object class="IBUIFontDescription" key="IBUIFontDescription" id="40567852">
|
|
|
+ <int key="type">1</int>
|
|
|
+ <double key="pointSize">12</double>
|
|
|
+ </object>
|
|
|
+ <object class="NSFont" key="IBUIFont" id="159478566">
|
|
|
+ <string key="NSName">Helvetica</string>
|
|
|
+ <double key="NSSize">12</double>
|
|
|
+ <int key="NSfFlags">16</int>
|
|
|
+ </object>
|
|
|
+ </object>
|
|
|
+ <object class="IBUILabel" id="789309214">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1314</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{137, 5}, {178, 42}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="65353473"/>
|
|
|
+ <bool key="IBUIOpaque">NO</bool>
|
|
|
+ <bool key="IBUIClipsSubviews">YES</bool>
|
|
|
+ <int key="IBUIContentMode">7</int>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <string type="base64-UTF8" key="IBUIText">VGl0bGUgMQpUaXRsZSAyA</string>
|
|
|
+ <reference key="IBUITextColor" ref="857451531"/>
|
|
|
+ <reference key="IBUIHighlightedColor" ref="857451531"/>
|
|
|
+ <float key="IBUIMinimumFontSize">9</float>
|
|
|
+ <bool key="IBUIAdjustsLetterSpacingToFitWidth">YES</bool>
|
|
|
+ <int key="IBUINumberOfLines">2</int>
|
|
|
+ <int key="IBUILineBreakMode">0</int>
|
|
|
+ <object class="IBUIFontDescription" key="IBUIFontDescription" id="217037146">
|
|
|
+ <int key="type">1</int>
|
|
|
+ <double key="pointSize">17</double>
|
|
|
+ </object>
|
|
|
+ <object class="NSFont" key="IBUIFont" id="968007523">
|
|
|
+ <string key="NSName">Helvetica</string>
|
|
|
+ <double key="NSSize">17</double>
|
|
|
+ <int key="NSfFlags">16</int>
|
|
|
+ </object>
|
|
|
+ <double key="preferredMaxLayoutWidth">178</double>
|
|
|
+ </object>
|
|
|
+ <object class="IBUILabel" id="597144471">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1314</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{6, 5}, {122, 42}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="900477356"/>
|
|
|
+ <bool key="IBUIOpaque">NO</bool>
|
|
|
+ <bool key="IBUIClipsSubviews">YES</bool>
|
|
|
+ <int key="IBUIContentMode">7</int>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <string key="IBUIText">Artist Name</string>
|
|
|
+ <reference key="IBUITextColor" ref="857451531"/>
|
|
|
+ <reference key="IBUIHighlightedColor" ref="857451531"/>
|
|
|
+ <float key="IBUIMinimumFontSize">9</float>
|
|
|
+ <bool key="IBUIAdjustsLetterSpacingToFitWidth">YES</bool>
|
|
|
+ <int key="IBUINumberOfLines">2</int>
|
|
|
+ <int key="IBUITextAlignment">1</int>
|
|
|
+ <int key="IBUILineBreakMode">0</int>
|
|
|
+ <reference key="IBUIFontDescription" ref="217037146"/>
|
|
|
+ <reference key="IBUIFont" ref="968007523"/>
|
|
|
+ <double key="preferredMaxLayoutWidth">122</double>
|
|
|
+ </object>
|
|
|
+ <object class="IBUIImageView" id="1063978894">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1316</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{3, 2}, {129, 75}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="95214924"/>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <object class="NSCustomResource" key="IBUIImage">
|
|
|
+ <string key="NSClassName">NSImage</string>
|
|
|
+ <string key="NSResourceName">thumbOverlayPhone.png</string>
|
|
|
+ </object>
|
|
|
+ </object>
|
|
|
+ <object class="IBUILabel" id="71086439">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1314</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{137, 55}, {178, 15}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <bool key="IBUIOpaque">NO</bool>
|
|
|
+ <bool key="IBUIClipsSubviews">YES</bool>
|
|
|
+ <int key="IBUIContentMode">7</int>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <string key="IBUIText">Subtitle — Subtitle</string>
|
|
|
+ <object class="NSColor" key="IBUITextColor">
|
|
|
+ <int key="NSColorSpace">3</int>
|
|
|
+ <bytes key="NSWhite">MC43MgA</bytes>
|
|
|
+ </object>
|
|
|
+ <reference key="IBUIHighlightedColor" ref="857451531"/>
|
|
|
+ <int key="IBUIBaselineAdjustment">0</int>
|
|
|
+ <int key="IBUILineBreakMode">0</int>
|
|
|
+ <reference key="IBUIFontDescription" ref="40567852"/>
|
|
|
+ <reference key="IBUIFont" ref="159478566"/>
|
|
|
+ <bool key="IBUIAdjustsFontSizeToFit">NO</bool>
|
|
|
+ </object>
|
|
|
+ <object class="IBUIImageView" id="900477356">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1324</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{99, 5}, {31, 31}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="436605093"/>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <object class="NSCustomResource" key="IBUIImage">
|
|
|
+ <string key="NSClassName">NSImage</string>
|
|
|
+ <string key="NSResourceName">badgeUnread.png</string>
|
|
|
+ </object>
|
|
|
+ </object>
|
|
|
+ <object class="IBUIView" id="65353473">
|
|
|
+ <reference key="NSNextResponder" ref="1058833295"/>
|
|
|
+ <int key="NSvFlags">1316</int>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrame">{{6, 64}, {122, 10}}</string>
|
|
|
+ <reference key="NSSuperview" ref="1058833295"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="71086439"/>
|
|
|
+ <object class="NSColor" key="IBUIBackgroundColor" id="343068886">
|
|
|
+ <int key="NSColorSpace">3</int>
|
|
|
+ <bytes key="NSWhite">MCAwAA</bytes>
|
|
|
+ </object>
|
|
|
+ <bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ </object>
|
|
|
+ </array>
|
|
|
+ <string key="NSFrameSize">{320, 79}</string>
|
|
|
+ <reference key="NSSuperview" ref="96044928"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="1063978894"/>
|
|
|
+ <reference key="IBUIBackgroundColor" ref="343068886"/>
|
|
|
+ <bool key="IBUIOpaque">NO</bool>
|
|
|
+ <bool key="IBUIClipsSubviews">YES</bool>
|
|
|
+ <int key="IBUIContentMode">4</int>
|
|
|
+ <bool key="IBUIMultipleTouchEnabled">YES</bool>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ </object>
|
|
|
+ </array>
|
|
|
+ <object class="NSPSMatrix" key="NSFrameMatrix"/>
|
|
|
+ <string key="NSFrameSize">{320, 80}</string>
|
|
|
+ <reference key="NSSuperview"/>
|
|
|
+ <reference key="NSWindow"/>
|
|
|
+ <reference key="NSNextKeyView" ref="1058833295"/>
|
|
|
+ <object class="NSColor" key="IBUIBackgroundColor">
|
|
|
+ <int key="NSColorSpace">3</int>
|
|
|
+ <bytes key="NSWhite">MC4xMgA</bytes>
|
|
|
+ </object>
|
|
|
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <reference key="IBUIContentView" ref="1058833295"/>
|
|
|
+ <string key="IBUIReuseIdentifier">PlaylistCell</string>
|
|
|
+ <real value="76" key="IBUIRowHeight"/>
|
|
|
+ </object>
|
|
|
+ </array>
|
|
|
+ <object class="IBObjectContainer" key="IBDocument.Objects">
|
|
|
+ <bool key="usesAutoincrementingIDs">NO</bool>
|
|
|
+ <array class="NSMutableArray" key="connectionRecords">
|
|
|
+ <object class="IBConnectionRecord">
|
|
|
+ <object class="IBCocoaTouchOutletConnection" key="connection">
|
|
|
+ <string key="label">thumbnailView</string>
|
|
|
+ <reference key="source" ref="96044928"/>
|
|
|
+ <reference key="destination" ref="95214924"/>
|
|
|
+ </object>
|
|
|
+ <string key="id">9</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBConnectionRecord">
|
|
|
+ <object class="IBCocoaTouchOutletConnection" key="connection">
|
|
|
+ <string key="label">albumNameLabel</string>
|
|
|
+ <reference key="source" ref="96044928"/>
|
|
|
+ <reference key="destination" ref="436605093"/>
|
|
|
+ </object>
|
|
|
+ <string key="id">31</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBConnectionRecord">
|
|
|
+ <object class="IBCocoaTouchOutletConnection" key="connection">
|
|
|
+ <string key="label">titleLabel</string>
|
|
|
+ <reference key="source" ref="96044928"/>
|
|
|
+ <reference key="destination" ref="789309214"/>
|
|
|
+ </object>
|
|
|
+ <string key="id">10</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBConnectionRecord">
|
|
|
+ <object class="IBCocoaTouchOutletConnection" key="connection">
|
|
|
+ <string key="label">artistNameLabel</string>
|
|
|
+ <reference key="source" ref="96044928"/>
|
|
|
+ <reference key="destination" ref="597144471"/>
|
|
|
+ </object>
|
|
|
+ <string key="id">36</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBConnectionRecord">
|
|
|
+ <object class="IBCocoaTouchOutletConnection" key="connection">
|
|
|
+ <string key="label">subtitleLabel</string>
|
|
|
+ <reference key="source" ref="96044928"/>
|
|
|
+ <reference key="destination" ref="71086439"/>
|
|
|
+ </object>
|
|
|
+ <string key="id">8</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBConnectionRecord">
|
|
|
+ <object class="IBCocoaTouchOutletConnection" key="connection">
|
|
|
+ <string key="label">mediaIsUnreadView</string>
|
|
|
+ <reference key="source" ref="96044928"/>
|
|
|
+ <reference key="destination" ref="900477356"/>
|
|
|
+ </object>
|
|
|
+ <string key="id">21</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBConnectionRecord">
|
|
|
+ <object class="IBCocoaTouchOutletConnection" key="connection">
|
|
|
+ <string key="label">progressIndicator</string>
|
|
|
+ <reference key="source" ref="96044928"/>
|
|
|
+ <reference key="destination" ref="65353473"/>
|
|
|
+ </object>
|
|
|
+ <string key="id">28</string>
|
|
|
+ </object>
|
|
|
+ </array>
|
|
|
+ <object class="IBMutableOrderedSet" key="objectRecords">
|
|
|
+ <array key="orderedObjects">
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">0</string>
|
|
|
+ <array key="object" id="0"/>
|
|
|
+ <reference key="children" ref="51977768"/>
|
|
|
+ <nil key="parent"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">-1</string>
|
|
|
+ <reference key="object" ref="1057149464"/>
|
|
|
+ <reference key="parent" ref="0"/>
|
|
|
+ <string key="objectName">File's Owner</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">-2</string>
|
|
|
+ <reference key="object" ref="209695700"/>
|
|
|
+ <reference key="parent" ref="0"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">3</string>
|
|
|
+ <reference key="object" ref="96044928"/>
|
|
|
+ <array class="NSMutableArray" key="children">
|
|
|
+ <reference ref="95214924"/>
|
|
|
+ <reference ref="436605093"/>
|
|
|
+ <reference ref="789309214"/>
|
|
|
+ <reference ref="597144471"/>
|
|
|
+ <reference ref="1063978894"/>
|
|
|
+ <reference ref="71086439"/>
|
|
|
+ <reference ref="900477356"/>
|
|
|
+ <reference ref="65353473"/>
|
|
|
+ </array>
|
|
|
+ <reference key="parent" ref="0"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">4</string>
|
|
|
+ <reference key="object" ref="95214924"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">30</string>
|
|
|
+ <reference key="object" ref="436605093"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">6</string>
|
|
|
+ <reference key="object" ref="789309214"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">35</string>
|
|
|
+ <reference key="object" ref="597144471"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">22</string>
|
|
|
+ <reference key="object" ref="1063978894"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">7</string>
|
|
|
+ <reference key="object" ref="71086439"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">20</string>
|
|
|
+ <reference key="object" ref="900477356"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBObjectRecord">
|
|
|
+ <string key="id">27</string>
|
|
|
+ <reference key="object" ref="65353473"/>
|
|
|
+ <reference key="parent" ref="96044928"/>
|
|
|
+ </object>
|
|
|
+ </array>
|
|
|
+ </object>
|
|
|
+ <dictionary class="NSMutableDictionary" key="flattenedProperties">
|
|
|
+ <string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <boolean value="NO" key="-1.showNotes"/>
|
|
|
+ <string key="-2.CustomClassName">UIResponder</string>
|
|
|
+ <string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <boolean value="NO" key="-2.showNotes"/>
|
|
|
+ <string key="20.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="20.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="20.showNotes"/>
|
|
|
+ <string key="22.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="22.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="22.showNotes"/>
|
|
|
+ <string key="27.CustomClassName">VLCLinearProgressIndicator</string>
|
|
|
+ <string key="27.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="27.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="27.showNotes"/>
|
|
|
+ <string key="3.CustomClassName">VLCPlaylistTableViewCell</string>
|
|
|
+ <string key="3.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="3.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="3.showNotes"/>
|
|
|
+ <string key="30.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="30.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="30.showNotes"/>
|
|
|
+ <string key="35.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="35.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="35.showNotes"/>
|
|
|
+ <string key="4.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="4.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="4.showNotes"/>
|
|
|
+ <string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="6.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="6.showNotes"/>
|
|
|
+ <string key="7.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
|
+ <reference key="7.IBUserGuides" ref="0"/>
|
|
|
+ <boolean value="NO" key="7.showNotes"/>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
|
|
|
+ <nil key="activeLocalization"/>
|
|
|
+ <dictionary class="NSMutableDictionary" key="localizations"/>
|
|
|
+ <nil key="sourceID"/>
|
|
|
+ </object>
|
|
|
+ <object class="IBClassDescriber" key="IBDocument.Classes">
|
|
|
+ <array class="NSMutableArray" key="referencedPartialClassDescriptions">
|
|
|
+ <object class="IBPartialClassDescription">
|
|
|
+ <string key="className">VLCLinearProgressIndicator</string>
|
|
|
+ <string key="superclassName">UIView</string>
|
|
|
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
|
|
|
+ <string key="majorKey">IBProjectSource</string>
|
|
|
+ <string key="minorKey">./Classes/VLCLinearProgressIndicator.h</string>
|
|
|
+ </object>
|
|
|
+ </object>
|
|
|
+ <object class="IBPartialClassDescription">
|
|
|
+ <string key="className">VLCPlaylistTableViewCell</string>
|
|
|
+ <string key="superclassName">UITableViewCell</string>
|
|
|
+ <dictionary class="NSMutableDictionary" key="outlets">
|
|
|
+ <string key="albumNameLabel">UILabel</string>
|
|
|
+ <string key="artistNameLabel">UILabel</string>
|
|
|
+ <string key="mediaIsUnreadView">UIImageView</string>
|
|
|
+ <string key="progressIndicator">VLCLinearProgressIndicator</string>
|
|
|
+ <string key="subtitleLabel">UILabel</string>
|
|
|
+ <string key="thumbnailView">UIImageView</string>
|
|
|
+ <string key="titleLabel">UILabel</string>
|
|
|
+ </dictionary>
|
|
|
+ <dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
|
|
|
+ <object class="IBToOneOutletInfo" key="albumNameLabel">
|
|
|
+ <string key="name">albumNameLabel</string>
|
|
|
+ <string key="candidateClassName">UILabel</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBToOneOutletInfo" key="artistNameLabel">
|
|
|
+ <string key="name">artistNameLabel</string>
|
|
|
+ <string key="candidateClassName">UILabel</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBToOneOutletInfo" key="mediaIsUnreadView">
|
|
|
+ <string key="name">mediaIsUnreadView</string>
|
|
|
+ <string key="candidateClassName">UIImageView</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBToOneOutletInfo" key="progressIndicator">
|
|
|
+ <string key="name">progressIndicator</string>
|
|
|
+ <string key="candidateClassName">VLCLinearProgressIndicator</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBToOneOutletInfo" key="subtitleLabel">
|
|
|
+ <string key="name">subtitleLabel</string>
|
|
|
+ <string key="candidateClassName">UILabel</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBToOneOutletInfo" key="thumbnailView">
|
|
|
+ <string key="name">thumbnailView</string>
|
|
|
+ <string key="candidateClassName">UIImageView</string>
|
|
|
+ </object>
|
|
|
+ <object class="IBToOneOutletInfo" key="titleLabel">
|
|
|
+ <string key="name">titleLabel</string>
|
|
|
+ <string key="candidateClassName">UILabel</string>
|
|
|
+ </object>
|
|
|
+ </dictionary>
|
|
|
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
|
|
|
+ <string key="majorKey">IBProjectSource</string>
|
|
|
+ <string key="minorKey">./Classes/VLCPlaylistTableViewCell.h</string>
|
|
|
+ </object>
|
|
|
+ </object>
|
|
|
+ </array>
|
|
|
+ </object>
|
|
|
+ <int key="IBDocument.localizationMode">0</int>
|
|
|
+ <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
|
+ <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencies">
|
|
|
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
|
|
|
+ <real value="1296" key="NS.object.0"/>
|
|
|
+ </object>
|
|
|
+ <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
|
|
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
|
|
|
+ <integer value="4600" key="NS.object.0"/>
|
|
|
+ </object>
|
|
|
+ <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
|
|
+ <int key="IBDocument.defaultPropertyAccessControl">3</int>
|
|
|
+ <dictionary class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
|
|
|
+ <string key="badgeUnread.png">{35, 35}</string>
|
|
|
+ <string key="thumbOverlayPhone.png">{129, 75}</string>
|
|
|
+ </dictionary>
|
|
|
+ <string key="IBCocoaTouchPluginVersion">2083</string>
|
|
|
+ </data>
|
|
|
+</archive>
|