edudnyk / SheeKit

Customize and resize sheets in SwiftUI with SheeKit. Utilise the power of `UISheetPresentationController` and other UIKit features.
MIT License
91 stars 7 forks source link

Support Vision Pro #15

Open lightandshadow68 opened 8 months ago

lightandshadow68 commented 8 months ago

SheeKit does not build on visionOS.

Most of the issues are related to half sheets, detents, etc.

edudnyk commented 8 months ago

The support of detents in SheeKit is based on UISheetPresentationController which is only available on iOS.