Skip to content

Commit

Permalink
Merge pull request #7 from hoangcanhsek6/fix/tableView_background
Browse files Browse the repository at this point in the history
Change tableView's background color to dark color
  • Loading branch information
Canh Tran committed Apr 15, 2019
2 parents d8d81c3 + 81a788e commit 054aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SurveysChallenge/Storyboards/Base.lproj/Main.storyboard
Expand Up @@ -20,7 +20,7 @@
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" pagingEnabled="YES" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" dataMode="prototypes" style="plain" separatorStyle="none" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="NGP-0e-idf">
<rect key="frame" x="0.0" y="0.0" width="375" height="603"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="backgroundColor" white="0.0" alpha="0.80000000000000004" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<connections>
<outlet property="dataSource" destination="BYZ-38-t0r" id="h0G-6F-YFG"/>
<outlet property="delegate" destination="BYZ-38-t0r" id="nGY-nu-ZIJ"/>
Expand Down

0 comments on commit 054aaa9

Please sign in to comment.