How to force SCNView to render a new frame?
Update
As of iOS 11.0 and macOS 10.13 the rendersContinuously
property on SCNView
is the preferred way to force the view to continuously render frames.
Previous answer
you can set its playing
property to YES