Skip to content

Commit

Permalink
Remove old properties
Browse files Browse the repository at this point in the history
  • Loading branch information
adanmayer authored Aug 1, 2023
1 parent 3dcebb2 commit 4504039
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions FittedSheets/SheetOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4504039

Please sign in to comment.