Skip to content

Commit

Permalink
added space to else line
Browse files Browse the repository at this point in the history
  • Loading branch information
TonnyXu committed Oct 16, 2014
1 parent 4767094 commit 6ecf3e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ - (CGFloat)tabBarViewControlleViewHeightFromViewSize:(CGSize)viewSize{
if (NJK_IS_RUNNING_IOS8) {
// starting from iOS8, tabBarViewController.view.frame respects interface orientation
viewHeight = viewSize.height;
}else{
} else {
viewHeight = UIInterfaceOrientationIsPortrait(self.interfaceOrientation) ? viewSize.height : viewSize.width;
}

Expand Down

0 comments on commit 6ecf3e4

Please sign in to comment.