Skip to content

Commit

Permalink
Mark some APIs as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Oct 2, 2023
1 parent 20d3ea3 commit e7be9c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ extension LayoutSection {
///
/// The default value of this property is true.
@warn_unqualified_access
@available(iOS, introduced: 13.0, deprecated: 16.0, message: "Use supplementaryContentInsetsReference instead")
@available(tvOS, introduced: 13.0, deprecated: 16.0, message: "Use supplementaryContentInsetsReference instead")
public func supplementariesFollowContentInsets(
_ supplementariesFollowContentInsets: Bool
) -> LayoutSection {
Expand Down

0 comments on commit e7be9c1

Please sign in to comment.