I'm having trouble understanding the difference between these two concepts - they both seem to work in very similar ways and seem to be doing the exact same thing. This is what I've understood so far:
Scenes: Whats "on" the screen. The individual components of the scene are "SKNodes". For instance, a sprite would be an "SKSpriteNode".
Views: Individual components of the screen (i.e. a text box). Isn't this what an SKNode is though?
So what's the difference between an SKNode and a View?