Unable to display SKScene inside WKInterfaceTable

I've created an SKScene object in Xcode Scene Kit editor.

Then I added a WKInterfaceSKScene to a WKInterfaceTable row to present it. However, it does not show up.

If I present the same SKScene method outside of the WKInterfaceTable, it works fine.


Do I have to present it different inside a table row, or does SKScene does not work inside a row. There are no errors.

Replies

Looks like in that case the internal skView has the size zero.