I currently have the code below that I want to change views but it will not change to the GoalView()
NavigationLink(destination: GoalView()) {
Button("Next \(Image(systemName: "chevron.forward"))") {
}
}
.padding(.bottom, 30)
.foregroundColor(.green)
I have made a .reality file in Reality Composer and have imported it into Swift Playgrounds however I cannot find a way on how to run the file.
How would I go about this?
Please help, I have just logged in to the page for the WWDC Special Event and says I am not allowed to access it. I submitted my project for the Swift Student Challenge so I should be able to login!
I have been watching a session called “Meet desktop-class iPad” and wondered what would be the easiest way to implement it? I am on Swift Playgrounds iPad Pro.
I would like to know if I can add a app I have made in swift
playgrounds on the homescreen. I know this is unlikely but is
there a work around by adding a shortcut to the homescreen that opens straight to the app I made?
If I need to clarify let me know!
I currently have the code below that I want to change views but it will not change to the GoalView()
NavigationLink(destination: GoalView()) {
Button("Next \(Image(systemName: "chevron.forward"))") {
}
}
.padding(.bottom, 30)
.foregroundColor(.green)
I have made a .reality file in Reality Composer and have imported it into Swift Playgrounds however I cannot find a way on how to run the file.
How would I go about this?
Please help, I have just logged in to the page for the WWDC Special Event and says I am not allowed to access it. I submitted my project for the Swift Student Challenge so I should be able to login!
I have been watching a session called “Meet desktop-class iPad” and wondered what would be the easiest way to implement it? I am on Swift Playgrounds iPad Pro.
I would like to know if I can add a app I have made in swift
playgrounds on the homescreen. I know this is unlikely but is
there a work around by adding a shortcut to the homescreen that opens straight to the app I made?
If I need to clarify let me know!