Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 597 Bytes

Project

This project is a sample on how a list/detail view application can be build using SwiftUI, including a few animations when interacting with the application

Installation Requirements

  • Xcode: 16.0

Views

The different views are managed on the "Screen" view, making the backgrounds never changed when navigating.

List

Display a meditation list where it is possible to either: play the file, set it as favorite and display the detail

Detail

Display the meditation detail, including the transcript of the audio. Still possible to play the file, set it as favorite.