SheeKit
SheeKit copied to clipboard
Customize and resize sheets in SwiftUI with SheeKit. Utilise the power of `UISheetPresentationController` and other UIKit features.
This PR allows overriding the interface style of the presented view controller. Specifically, it adds the ability to set the `overrideUserInterfaceStyle` property on the view controller before it is presented....
Hey @edudnyk Great package. I'm loving it. One small thing, is it possible to enable us to have our own background color? The only way to achieve this is by...
I notice you disable background view under sheet , after opened sheet could you allow dim background view ? so the view under sheet become darker color ?
SheeKit does not build on visionOS. Most of the issues are related to half sheets, detents, etc.
Thanks for the SheeKit. I started using it due to memory related issues with native .sheet() implementation (https://stackoverflow.com/questions/77153299/swiftui-view-leaks-in-ios-17#comment136053128_77153299). I noticed SheeKit does not play well with NavigationStack embedded inside of...