INSpriteKit
INSpriteKit copied to clipboard
Sprite Kit extensions
Results
1
INSpriteKit issues
Sort by
recently updated
recently updated
newest added
In the INSKScrollNode touch event handler is the following line of code: https://github.com/indieSoftware/INSpriteKit/blob/473d95a5cda3047ee03e94965681a02667b4e895/INSpriteKit/INSKScrollNode.m#L412 Why is `self.scrollContentNode.position` set rather than `self.scrollContentPosition`? What would the implications be if you did so? I...