What is the difference between didMove(to view: SKView) and didMoveToView(view: SKView)?
问题 As in the title, what is the difference between didMove(to view: SKView) and didMoveToView(view: SKView)? I understand that didMoveToView is the method and that view is of type SKView in the older(?) version. I don't understand the deal with 'to view: SKView' being passed to the didMove method. Are 'to' and 'view' separate variables? Is 'to' part of 'didMove'? What is going on? EDIT: I understand that they both accomplish the same thing - but why is 'to' in the area that parameters normally