Scene kit View as Sub view

I'm trying to populate scene view inside Table cell (for 3D objects) as a subview. For first view load its working fine but as new child nodes are added/Updated to view that is not happening its remain static(objects are not updating on view). Tried with renderer delegate values of child nodes are updated but on view its not happening we have to switch between different scene then view is loaded properly.

How to update or refresh subview continuously ?

I’m not completely sure what the issue you are having is, but maybe this property is what you are looking for: https://developer.apple.com/documentation/scenekit/scnview/2867339-renderscontinuously

Scene kit View as Sub view
 
 
Q