I've seen the best teaching so far, looking forward to next week. Thanks Ryan!
@demansou883 жыл бұрын
This is awesome. Props for providing this tutorial. I've got the UI running on my iPad Pro. Can't wait to implement features!
@AmrJaber4 жыл бұрын
the picker of browsing AR models is it default or you coded it?
@Miguel.Garcia3 жыл бұрын
1. I'm having a bit of an issue with the control button bar. The bar is not extending past the screen on the left side only on the right. 2. I'm also having trouble showing all 3 buttons. Only the last button is showing in the center of the control button bar. I have tried playing with the spacers, font size, and frames and nothing makes any of these two things display correctly. I have also tried showing it on a variety of iPhone sizes but I'm still getting the same results. Thanks in advance.
@realityschool3 жыл бұрын
Hey Michael, it’ll be difficult to know what’s going wrong without a screenshot. Please join our discord server (link in about page) and paste a screenshot of the relevant code. We’ll get you up and running 👍🏼
@rafacarva2 жыл бұрын
Nice!
@bra12352 жыл бұрын
i get on background(color.black.opacity(0.25)) cannot find color in scope
@realityschool2 жыл бұрын
It should be Color.black.opacity(0.25). Code is case-sensitive. Hope that helps!
@melo82693 жыл бұрын
So after completing this part of the series my app is not full screen anymore. How do I fix this? Awesome series btw!
@realityschool3 жыл бұрын
Hi there! Do you know after which line of code the app wasn’t full screen anymore?
@t.shurid20423 жыл бұрын
When I tap the button nothing prints on the console, do you know why that might be?
@t.shurid20423 жыл бұрын
but they do work when I remove ArViewContainer() from the contentView()
@t.shurid20423 жыл бұрын
I've narrowed it down further everything works perfectly until I add the opacity modifier to the background. But I don't know why
@dorzlatan4 жыл бұрын
Hey, can you leave the code at github, pretty please!