I'm hoping to use a progress bar
to denote a percentage in my App.
I'm actually building it in Spritekit using Swift, so I'm hoping to do it programmatically, without the use of a storyboard etc.
I found this awesome tutorial, but unfortunately I can't seem to add it to my GameScene
/ worldNode...
How can I create a progress bar and add it to my GameScene, inside my SKView/Gamescene (not via ViewController)?