You are welcome, glad it was helpful. If you are doing all your coding in SpriteKit, you might want to use SpriteView in SwiftUI for better integration. here's an article about the code for that. I'll eventually get to a video about it. www.createwithswift.com/using-spritekit-in-a-swiftui-project/
AS beginner, I'd suggest you don't take on UIKit programmatically. That's a rabbit hole that will only discourage you. Check my series on SwiftUI for details of starting from scratch making Swift UI.
Useful video, thanks! I am making a swift game for CS A-Level coursework, so hope to incorporate UIKit with SpriteKit
You are welcome, glad it was helpful. If you are doing all your coding in SpriteKit, you might want to use SpriteView in SwiftUI for better integration. here's an article about the code for that. I'll eventually get to a video about it. www.createwithswift.com/using-spritekit-in-a-swiftui-project/
thank you
I’m still confused as a beginner, how can I get rid of the buttons and run my own code??
AS beginner, I'd suggest you don't take on UIKit programmatically. That's a rabbit hole that will only discourage you. Check my series on SwiftUI for details of starting from scratch making Swift UI.