|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 | 2 | <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6154.17" systemVersion="13D65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="18C-lM-Kii">
|
3 | 3 | <dependencies>
|
| 4 | + <deployment defaultVersion="1536" identifier="iOS"/> |
4 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6153.11"/>
|
5 | 6 | </dependencies>
|
6 | 7 | <scenes>
|
|
111 | 112 | <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="0Il-Wa-ILq">
|
112 | 113 | <rect key="frame" x="0.0" y="0.0" width="320" height="568"/>
|
113 | 114 | <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
| 115 | + <prototypes> |
| 116 | + <tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="TrackCell" id="q8P-5k-V04"> |
| 117 | + <autoresizingMask key="autoresizingMask"/> |
| 118 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="q8P-5k-V04" id="Hvr-uO-kzf"> |
| 119 | + <autoresizingMask key="autoresizingMask"/> |
| 120 | + <subviews> |
| 121 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="dE4-MC-wkr"> |
| 122 | + <rect key="frame" x="-23" y="-15" width="46" height="30"/> |
| 123 | + <state key="normal" title="▶️"> |
| 124 | + <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> |
| 125 | + </state> |
| 126 | + <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES"> |
| 127 | + <rect key="frame" x="20" y="7" width="30" height="30"/> |
| 128 | + </variation> |
| 129 | + </button> |
| 130 | + <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" tag="1" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.25" translatesAutoresizingMaskIntoConstraints="NO" id="DPO-xR-L6h"> |
| 131 | + <rect key="frame" x="0.0" y="-21" width="42" height="21"/> |
| 132 | + <fontDescription key="fontDescription" name="HelveticaNeue-Thin" family="Helvetica Neue" pointSize="18"/> |
| 133 | + <color key="textColor" cocoaTouchSystemColor="darkTextColor"/> |
| 134 | + <nil key="highlightedColor"/> |
| 135 | + <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES"> |
| 136 | + <rect key="frame" x="58" y="7" width="208" height="33"/> |
| 137 | + </variation> |
| 138 | + </label> |
| 139 | + </subviews> |
| 140 | + <variation key="default"> |
| 141 | + <mask key="subviews"> |
| 142 | + <exclude reference="dE4-MC-wkr"/> |
| 143 | + <exclude reference="DPO-xR-L6h"/> |
| 144 | + </mask> |
| 145 | + </variation> |
| 146 | + <variation key="heightClass=regular-widthClass=compact"> |
| 147 | + <mask key="subviews"> |
| 148 | + <include reference="dE4-MC-wkr"/> |
| 149 | + <include reference="DPO-xR-L6h"/> |
| 150 | + </mask> |
| 151 | + </variation> |
| 152 | + </tableViewCellContentView> |
| 153 | + </tableViewCell> |
| 154 | + </prototypes> |
114 | 155 | <variation key="widthClass=compact" fixedFrame="YES">
|
115 | 156 | <rect key="frame" x="20" y="179" width="280" height="281"/>
|
116 | 157 | </variation>
|
|
156 | 197 | <connections>
|
157 | 198 | <outlet property="albumCover" destination="vzM-nB-nVu" id="9LD-H2-2p1"/>
|
158 | 199 | <outlet property="titleLabel" destination="X4G-YW-dpA" id="91I-eF-tB4"/>
|
| 200 | + <outlet property="tracksTableView" destination="0Il-Wa-ILq" id="Zl6-tj-Pea"/> |
159 | 201 | </connections>
|
160 | 202 | </viewController>
|
161 | 203 | <placeholder placeholderIdentifier="IBFirstResponder" id="jMh-ub-mcV" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
162 | 204 | </objects>
|
163 |
| - <point key="canvasLocation" x="891" y="183"/> |
| 205 | + <point key="canvasLocation" x="891" y="180"/> |
164 | 206 | </scene>
|
165 | 207 | <!--Navigation Controller-->
|
166 | 208 | <scene sceneID="YYH-df-0Po">
|
|
0 commit comments