Post

Replies

Boosts

Views

Activity

Reply to No ObservableOblect
Home is only displayed in ContentView.swift. Here is the code. import SwiftUI import Neumorphic struct ContentView: View {     var body: some View {         Home()     } } struct ContentView_Previews: PreviewProvider {     static var previews: some View {         ContentView()     } } Sorry if I can't provide the necessary files as I am a beginner. I would appreciate it if you could let me know if I have provided the wrong file.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’20
Reply to No ObservableOblect
The code for the other files can be found here. SelectBall.swift - https://github.com/oblivionmgd/MIRSCTRL/blob/enhancement/close_button/MIRSCTRL/SelectBall.swift Processing.swift - https://github.com/oblivionmgd/MIRSCTRL/blob/enhancement/close_button/MIRSCTRL/Processing.swift When you press each button, the screen transitions in the order of "Home", "SelectBall", and "Processing".
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’20