UISheetPresentationController with Detents #17
idelfonsog2
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was writing a SwiftUI
viewModifier
that could potentially use the UISheetPresentationController based on some of the sample extension the swiftui-navigation and the code Giovanni provided here on his blogI wanted to ask for help to the viewers of these repot to make that bridge to the SwiftUI version for this viewModifier.
I think this could also be a feature that could be implemented on this package
Let me provide the code below, but one of the things that I'm clueless about is something related with Generics and the View return type depending wether or not the value of the binding Is not nill
Beta Was this translation helpful? Give feedback.
All reactions