This is a SwiftUI project demonstrating concepts of advance app design. The project covers amazing subtle animation.
UI Components: Implementation of advance app design with SwiftUI to build a simple but effective user interface.
List and detail screens: Integration of widely used list and detail screens implementation using data and model files.
Apperances: Demonstrates use of Dark and Light apperances with amazing subtle animation.
To run this project locally, follow these steps:
1. Clone the repository:
git clone https://github.com/jigaroza287/SwiftUIFruitApp.git
2. Open the project in Xcode:
- Navigate to the project directory and open the .xcodeproj file.
- Ensure you have Xcode 15 or later installed.
3. Build and run the project:
- Select a target device or simulator.
- Press Cmd + R to build and run the project.
Once the app is running, explore the following features:
- UI Components: SwiftUI components Page Tab View, Link View, Goup Box View, Disclosure View and dynamic List View.
- List and detail screens: List down items from data file using model and also display detail view for the same item.
- Apperances: Observe the Light and Dark Apperances and how the theme colors changes automatically.
Contributions are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request.