Augmenting Custom Sheet #2071
lightandshadow68
started this conversation in
Beta
Replies: 1 comment 7 replies
-
Hey @lightandshadow68, unfortunately those tools are not in the navigation beta yet, but we do hope to improve the situation before the final release. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the best way to extend a custom sheet modifier?
Since SwiftUI doesn't provide a way to specify a sheet using a FormSheet presentation, I'm using a custom sheet modifier that leverages UIKit under the hood to gain the same effect. I'd like to create augmented TCA navigation wrappers for this presentation, but the TCA navigation extensions use internal store methods to do much of the heavy lifting.
What options do I have? Is there some special import I can use to make these available?
Beta Was this translation helpful? Give feedback.
All reactions