Hello,
I have created a view called Graph where a graph is displayed when users press a button in another view called Play. The Graph view is inside the Play view and I'm wondering what I have to do to get this to work properly.
in PLAY view:
struct Play: View {
var body: some View {
ViewGraph()
}
}
Post
Replies
Boosts
Views
Activity
Hi everyone, i'm building an app and I would like to add a background image behind a Form.
It is possible in swiftUI?
Thanks!!