Creating a pop up button for ARview

Hi,I am trying to have a button shown only after I have placed an object from reality composer in the AR View. Is there any way I could do it?

In other words, I want the button to show up only after my AR object is placed on the screen.

Thank you!
Hello,

It sounds like you may need the "Notify Action", please see https://developer.apple.com/videos/play/wwdc2019/609/?time=2566 for more details.

When you trigger this action, you will receive a notification in code, you can set a custom closure to be called when the notify action is triggered. That is where you would show your button.
Creating a pop up button for ARview
 
 
Q