We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f76e8 commit 6622982Copy full SHA for 6622982
ManualLayout/UIViewController+LayoutGuides.swift
@@ -15,6 +15,6 @@ public extension UIViewController {
15
}
16
17
public var bottom: CGFloat {
18
- return bottomLayoutGuide.length
+ return view.height - bottomLayoutGuide.length
19
20
0 commit comments