Skip to content

Commit c65238b

Browse files
committed
Part 1
1 parent 5d6e140 commit c65238b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MusicPlayer/Base.lproj/Main.storyboard

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@
1919
<tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="ODz-Kv-YZf">
2020
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
2121
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
22+
<connections>
23+
<outlet property="dataSource" destination="vXZ-lx-hvc" id="7cL-cq-1uJ"/>
24+
<outlet property="delegate" destination="vXZ-lx-hvc" id="Xh9-VM-kGO"/>
25+
</connections>
2226
</tableView>
2327
</subviews>
2428
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
2529
</view>
30+
<connections>
31+
<outlet property="appsTableView" destination="ODz-Kv-YZf" id="7EC-A1-2Rz"/>
32+
</connections>
2633
</viewController>
2734
<placeholder placeholderIdentifier="IBFirstResponder" id="x5A-6p-PRh" sceneMemberID="firstResponder"/>
2835
</objects>

0 commit comments

Comments
 (0)