[iOS] Is it possible to show buttons over the AR layer on xib/storyboard?

+1 vote
asked Apr 17, 2018 by tommy7600 (160 points)
Hi,
I want to add back button over the AR view, however each UI element is invisible. I tried do this with HelloARVideo example.

2 Answers

+1 vote
answered Jun 12, 2018 by sbeck27 (700 points)
I would be interested about this, too.
+1 vote
answered Jun 26, 2018 by pondkochapak (160 points)
I add subview after glView?.start() in viewWillAppear. It's work for me.
commented Jul 2, 2018 by sbeck27 (700 points)
This worked for me! Thanks a lot!
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...