Can I transfer the project on the Xcode application in SwiftUI language on the Mac to the iPad in the Playgrounds application
I've searched a lot about it and couldn't find anything Can you help me with this
Can I transfer the project on the Xcode application in SwiftUI language on the Mac to the iPad in the Playgrounds application
I've searched a lot about it and couldn't find anything Can you help me with this
Swift Playgrounds (For iPad) isn't Xcode. It has its limitations. Here is a good question here on SO that might help: Here
I would strongly advise against using Swift Playground unless it's for an app, that does not use any package dependencies, so like a basic app.
But it's great for learning Swift!