Skip to content

Commit

Permalink
fixed the home view showing under the top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
4np committed Aug 2, 2016
1 parent 03a80f9 commit dcfdb6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions UitzendingGemist/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<viewControllerLayoutGuide type="top" id="HAL-JC-qT1"/>
<viewControllerLayoutGuide type="bottom" id="Kxy-ky-PmB"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="cog-xu-MS9">
<view key="view" contentMode="scaleToFill" misplaced="YES" id="cog-xu-MS9">
<rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down Expand Up @@ -91,6 +91,7 @@
<constraint firstAttribute="trailingMargin" secondItem="pca-lW-C2t" secondAttribute="trailing" constant="-20" id="ytl-fH-RJX"/>
</constraints>
</view>
<extendedEdge key="edgesForExtendedLayout" bottom="YES"/>
<tabBarItem key="tabBarItem" title="Tips" id="8Zx-oR-qul"/>
<connections>
<outlet property="tipsCollectionView" destination="pca-lW-C2t" id="OP4-2n-V3q"/>
Expand Down Expand Up @@ -551,7 +552,7 @@
<viewControllerLayoutGuide type="top" id="U0w-Oa-1Ul"/>
<viewControllerLayoutGuide type="bottom" id="I5J-pO-Yf0"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="QeB-Pr-qZE">
<view key="view" contentMode="scaleToFill" misplaced="YES" id="QeB-Pr-qZE">
<rect key="frame" x="0.0" y="0.0" width="1920" height="1080"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
Expand Down

0 comments on commit dcfdb6c

Please sign in to comment.