Replies: 3 comments 1 reply
-
Sorry if this is obvious, new to UIKit with SwiftUI |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @kaspesi |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is this the effect you want? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to remove the top toolbar that shows up in the demo?
It is the black bar at the top. I can remove it with
navigationController?.setNavigationBarHidden(true, animated: nil)
but was wondering if there was a better way to do this.I can change the color but ideally would just like to hide it. Can remove it by editing the package but not ideal.
Ideally it would look like this example
but didn't see it in the swiftui examples. Does this mean its not supported?
Beta Was this translation helpful? Give feedback.
All reactions