Eugene Dudnyk
Eugene Dudnyk
@wickwirew Does the library support getting a type, and then type info by mangled name?
Hey @SylarRuby, what exactly prevents you from having your own background color, and where? Why you modify the background to the output of `.shee(...)` and not the `VStack` itself? ```swift...
Hi @X901, can you elaborate where you noticed that? You can check the `SheetProperties.swift` file, there is this property: ```swift /// The identifier of the largest detent that is not...
Hi @lightandshadow68, Thanks for this PR. Given your problem statement, I think you can do better here. In `SheetModifier.swift`, you can declare `@Environment(\.colorScheme) private var colorScheme`. This will collect the...
It is supported, please provide more details about the issue you're facing - the call stack of the crash, and model of the device of the simulator.
Hey @K999999999, your issue report is not complete. Please describe what does not work and what do you expect to happen
The support of detents in `SheeKit` is based on `UISheetPresentationController` which is only available on iOS.