How to add Gestures to SCNNode in arkit ios

I am trying to place an object on SCNPlane as a child object by tapping on plane with gestures , so i am unable to add gestures to SCNNode , so give me any solution for this.

Thanks in advance.

Replies

The Placing Objects and Handling 3D Interaction sample code shows how you can place objects using gestures in SceneKit.

Hello thanks for your reply i need gestures for move , rotate and scale the 3D model in arkit .