diff --git a/FittedSheets/SheetViewController.swift b/FittedSheets/SheetViewController.swift index d833c2f..49c356f 100644 --- a/FittedSheets/SheetViewController.swift +++ b/FittedSheets/SheetViewController.swift @@ -344,7 +344,8 @@ public class SheetViewController: UIViewController { $0.centerX.alignWithSuperview() self.contentViewHeightConstraint = $0.height.set(self.height(for: self.currentSize)) - + self.contentViewHeightConstraint.priority = UILayoutPriority(999) + let top: CGFloat if (self.options.useFullScreenMode) { top = 0