May 22 2018
Problem solving: The strange case of the scrolling SpriteKit View
(Xcode 9.3; macOS 10.12.6, Swift 4) If you want a challenge, I recommend you try to implement ‘scrolling SpriteKitView’ yourself before you read the rest of this article. Update (and spoiler): Due to a bug in InterfaceBuilder’s ‘SKView’, you need to use a ‘custom View’ (NSView) in Interface Builder, and change its type to SKView. […]
May 27 2018
The exceedingly strange case of SKView
Xcode 9.3; macOS 10.12.6 This came out of the strange case of the scrolling SpriteKit View, which did – in the end – work fine (as in, my SpriteKit scene was displaying) and failed when I tried to add interactions to it. As a result, I went back to the drawing board, played some more […]
By Extelligent Cocoa • Bug Reports, Graphics, Interface, SpriteKit • • Tags: NSView, SKScene, SKView