Part I
Lesson Summary
SwiftUI is an innovative and powerful user interface framework for Apple platforms. To learn more about SwiftUI and begin exploring the possibilities of the framework one can use Apple's tutorials and WWDC videos, or dive straight in and start building on Xcode. Once the app is built, the application life cycle will need to be managed. To do this, Apple provides comprehensive documentation on managing the app's lifecycle.
Additional Resources
- Apple Tutorials - https://developer.apple.com/tutorials/swiftui
- WWDC Videos - https://developer.apple.com/videos/swiftui-ui-frameworks/
- Xcode - https://developer.apple.com/xcode/
- App's Life Cycle - https://developer.apple.com/documentation/uikit/app_and_environment/managing_your_app_s_life_cycle
0 comments