diff --git a/FittedSheets/SheetOptions.swift b/FittedSheets/SheetOptions.swift index 1650b3e..7af4af7 100644 --- a/FittedSheets/SheetOptions.swift +++ b/FittedSheets/SheetOptions.swift @@ -43,23 +43,6 @@ public struct SheetOptions { public var horizontalPadding: CGFloat = 0 public var maxWidth: CGFloat? - - /* These properties will be removed in an upcoming release, leaving them for now so people can transition slowly */ - - @available(*, unavailable, message: "minimumSpaceAbovePullBar is now a property on SheetViewController") - public var minimumSpaceAbovePullBar: CGFloat = 0 - - @available(*, unavailable, message: "gripSize is now a property on SheetViewController") - public var gripSize: CGSize = .zero - - @available(*, unavailable, message: "gripColor is now a property on SheetViewController") - public var gripColor: UIColor = .white - - @available(*, unavailable, message: "pullBarBackgroundColor is now a property on SheetViewController") - public var pullBarBackgroundColor: UIColor = UIColor.clear - - @available(*, unavailable, message: "cornerRadius is now a property on SheetViewController") - public var cornerRadius: CGFloat = 0 public var isRubberBandEnabled: Bool = false