Skip to content

Commit

Permalink
Fix main joke tableview layout not filling the entire screen at the b…
Browse files Browse the repository at this point in the history
…ottom
  • Loading branch information
balazs630 committed Dec 8, 2020
1 parent 86f8882 commit e75b087
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BadJokes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = UW8QF9DSWQ;
ENABLE_BITCODE = YES;
INFOPLIST_FILE = "$(SRCROOT)/BadJokes/Supporting Files/Info.plist";
Expand Down Expand Up @@ -713,7 +713,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = UW8QF9DSWQ;
ENABLE_BITCODE = YES;
INFOPLIST_FILE = "$(SRCROOT)/BadJokes/Supporting Files/Info.plist";
Expand Down
4 changes: 2 additions & 2 deletions BadJokes/App Flow/Joke/UI/Jokes.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
<viewLayoutGuide key="safeArea" id="WKQ-C6-bmk"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="4Ws-hQ-jIK" firstAttribute="top" secondItem="6SB-SV-Tn7" secondAttribute="bottom" id="8Pe-9K-xlP"/>
<constraint firstItem="6SB-SV-Tn7" firstAttribute="top" secondItem="OWu-TV-7hS" secondAttribute="bottom" id="cWb-ps-RHj"/>
<constraint firstAttribute="bottom" secondItem="6SB-SV-Tn7" secondAttribute="bottom" id="8Pe-9K-xlP"/>
<constraint firstItem="6SB-SV-Tn7" firstAttribute="top" secondItem="WKQ-C6-bmk" secondAttribute="top" id="cWb-ps-RHj"/>
<constraint firstAttribute="trailing" secondItem="6SB-SV-Tn7" secondAttribute="trailing" id="dzD-LV-MVE"/>
<constraint firstItem="6SB-SV-Tn7" firstAttribute="leading" secondItem="LUm-La-pTa" secondAttribute="leading" id="pry-Jd-jbt"/>
</constraints>
Expand Down

0 comments on commit e75b087

Please sign in to comment.