Having mastered Swift, I'd now like to learn how to make an app. Which document do I need to read first?
Specifically, I'm wondering what the entry point of an app is, what is meant by AppDelegate.swift and these other files as shown in the Project Navigator.
Is there any such Apple made tutorial that's up-to-date?
Thanks in advance.
Specifically, I'm wondering what the entry point of an app is, what is meant by AppDelegate.swift and these other files as shown in the Project Navigator.
Is there any such Apple made tutorial that's up-to-date?
Thanks in advance.
Are you selecting SwiftUI when you create the app?
Have a look here for detailed explanation about main
https ://swiftrocks. com/entry-points-swift-uiapplicationmain-main
For more general, search in Archive
https://developer.apple.com/library/archive/navigation/
You'll find documents like this for Cocoa
https://developer.apple.com/library/archive/documentation/General/Conceptual/MOSXAppProgrammingGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010543
As stated, those types of docs are no more updated…
You may ask Apple support for further references.
Have a look here for detailed explanation about main
https ://swiftrocks. com/entry-points-swift-uiapplicationmain-main
For more general, search in Archive
https://developer.apple.com/library/archive/navigation/
You'll find documents like this for Cocoa
https://developer.apple.com/library/archive/documentation/General/Conceptual/MOSXAppProgrammingGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010543
As stated, those types of docs are no more updated…
You may ask Apple support for further references.