Skip to content

Commit f0e136d

Browse files
committed
View Controllers: remove unavailable attribute
Remove the unavailable attribute on the stored property as the newest compiler objects to the application of the attribute to a stored property.
1 parent 7b5a5a8 commit f0e136d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftWin32/View Controllers/PresentationController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ open class PresentationController {
267267
/// view controller's presentationController property.
268268
///
269269
/// Use `adaptivePresentationStyle(for:)` instead.
270-
@available(*, unavailable)
271270
open var adaptivePresentationStyle: ModalPresentationStyle = .none
272271

273272
/// A boolean value indicating whether the presentation covers the entire

0 commit comments

Comments
 (0)