Skip to content

Commit

Permalink
enable extendedLayoutIncludesOpaqueBars on Home view in main storyboard
Browse files Browse the repository at this point in the history
fixes #4449
  • Loading branch information
ara4n committed Jun 20, 2021
1 parent 860e883 commit 5a7ea88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Riot/Assets/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<!--Home View Controller-->
<scene sceneID="SZi-Ac-WJp">
<objects>
<viewController storyboardIdentifier="HomeViewController" id="pBa-To-3YT" customClass="HomeViewController" sceneMemberID="viewController">
<viewController storyboardIdentifier="HomeViewController" extendedLayoutIncludesOpaqueBars="YES" id="pBa-To-3YT" customClass="HomeViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="m3s-18-JgR"/>
<viewControllerLayoutGuide type="bottom" id="2lp-r9-RR5"/>
Expand Down Expand Up @@ -581,7 +581,7 @@
</scene>
</scenes>
<inferredMetricsTieBreakers>
<segue reference="Tfl-tq-LQp"/>
<segue reference="mhb-l9-pM3"/>
<segue reference="f5u-Y1-7nt"/>
</inferredMetricsTieBreakers>
<resources>
Expand Down

0 comments on commit 5a7ea88

Please sign in to comment.