Post

Replies

Boosts

Views

Created

How can I press a button from one view and activate sth in another view?
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()                     } }
4
0
696
Jan ’21