I have my first class (which came default from Xcode) From my first class I click a label which takes me to my new scene.
In this new scene I have a have two questions:
First questions: What kind of code should I write to be able to code on a new this new scene. I guess I have to start by referring/creating some kind of class, right?
Second questions: When writing my code in view controller.swift and referring to a class, where in Xcode can I change my scene's class name?