From 4504039988d6285ba6f047691b35e199cf8da297 Mon Sep 17 00:00:00 2001 From: Alexander Danmayer Date: Tue, 1 Aug 2023 13:58:47 +0200 Subject: [PATCH] Remove old properties --- FittedSheets/SheetOptions.swift | 17 ----------------- 1 file changed, 17 deletions(-) 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