Skip to content

Commit

Permalink
Removed unnecessary whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TonnyXu committed Aug 19, 2014
1 parent 658e19e commit daed3c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ - (void)setTabBarOriginY:(CGFloat)y animated:(BOOL)animated
CGFloat toolBarHeight = frame.size.height;
CGSize viewSize = self.tabBarController.view.frame.size;
CGFloat viewHeight = UIInterfaceOrientationIsPortrait(self.interfaceOrientation) ? viewSize.height : viewSize.width;

CGFloat topLimit = viewHeight - toolBarHeight;
CGFloat bottomLimit = viewHeight;

Expand Down

0 comments on commit daed3c1

Please sign in to comment.