SCNView frame rate
There’s no API to get any kind of performance information from an SCNView, even as basic as a rolling frame rate. But it’s not hard to add – you can be notified when each frame is drawn by overriding the -draw method. For example: Update:However, if you’re layer-backed the “draw” method isn’t used. Instead you… Read more