This project is a colorful encyclopedia of fruits, built entirely using the SwiftUI framework. This app supports Dark-Light mode and has support for iPad as well.
Objectives of this app :
- Developing an iOS 14 application with SwiftUI 2.0 framework.
- Creating an Onboarding Screen with Page Tab View.
- Creating a data model and fetched data using Swift language.
- Storing the state of the app with the new App Storage.
- Displaying an Onboarding or a Home screen.
- Understanding the new App Life Cycle in SwiftUI 2.0.
- Using the new Link View in SwiftUI 2.0.
- Using the new Group Box View in SwiftUI 2.0.
- Using the new Disclosure View in SwiftUI 2.0.
- Displaying views dynamically in a List View with a loop.