Love it! Learning how to build a UI and use ARKit/RealityKit at the same time. Very rewarding
@realityschool3 жыл бұрын
Thanks Daniel! Working on more SwiftUI + AR content 🥳 Best, Ryan
@johannesmann49343 жыл бұрын
Love your AR-tutorials! Makes you stand out. Keep up the good work!
@gokhun4 жыл бұрын
Very nice tutorials. When you add paddings or margins, you use word "pixels" (4:04 as an example). Shouldn't it be "points"? And pixels are calculated according to device resolution. I am trying to learn, so I may be wrong.
4 жыл бұрын
Hi, Ryan! You’re doing such a great work! Keep it up! I’m from Brazil, I’m 15, and I really wanted to win the Apple’s scholarship! But, I just don’t know how I should start learning Swift from the beginning. I’ve been looking for some courses, but I haven’t found anything related to Swift iPad’s playground. Do you have any suggestions? Thanks ;)
@larrychou17153 жыл бұрын
Ryan, thanks for this. Is it possible for you to share the working code in a txt or any form of a still image? I have been going frame by frame with your video, but still getting some errors: The ZStack somehow displays the Toggle icon in the middle of the screen. When trying to fix it with alignment: .top based on the SwiftUI resource you mentioned from Apple, I now get the "extra argument" error. A still image of your working code might help me identify which part I did wrong. Thanks
@masoodkamandy53702 жыл бұрын
In case it helps: I had the exact same problem. It was because I was accidentally modifying the frame and cornerRadius attributes of the Button rather than the ZStack.