I\'m working on a project in swift and I am able to make a sprite. I am trying to make a sprite at a number of different locations. As a test I replaced the code in the game
Your scene it is not necessarily the same size of your view. You can check the size of your scene as follow:
view.scene!.frame.size view.scene!.frame.width view.scene!.frame.height view.scene!.frame.midX view.scene!.frame.midY