Post

Replies

Boosts

Views

Activity

Reply to Tips for a Beginner
Hi João, I am a 9-year old app developer who started making apps last year! I have 2 apps on the App Store, MathFlash Fun - https://apps.apple.com/us/app/mathflash-fun/id1502858843 and Building Blox AR - https://apps.apple.com/us/app/building-blox-ar/id1519633347?mt=8&ign-mpt=uo%3D4 When I am making apps, CodeWithChris's YouTube Channel was very helpful. I also learned some basic Swift coding. I think you should create an Xcode project and just experiment with all the different parts! Congratulations, NSApps
Sep ’20
Reply to SwiftUi basic questions
UIKit UIs are made using the drag-and-drop Interface Builder. UIKit apps connect to the code using outlets and actions. SwiftUI UIs are made programmatically. SwiftUI code is controlled from the same code as the UI. SwiftUI is only in iOS 13.0 and later!
Aug ’20