Skip to content

Commit

Permalink
Fix #266
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Sep 15, 2017
1 parent 50e0a39 commit 0368d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ScrollingNavbar+Sizes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension ScrollingNavigationController {
}

var statusBarHeight: CGFloat {
return CGFloat.minimum(20, UIApplication.shared.statusBarFrame.size.height)
return UIApplication.shared.statusBarFrame.size.height
}

var tabBarOffset: CGFloat {
Expand Down

0 comments on commit 0368d2d

Please sign in to comment.