This project is a SwiftUI design exercise that visually recreates part of the Apple Music interface to display an album screen.
This is a non functional demo it does not play music or connect to any API. The goal is to practice layout and visual design by replicating a music album UI, including:
- ๐ผ๏ธ Album artwork display
- ๐ค Album title and artist name
- ๐ Genre, release year, and audio quality (visual only)
- ๐ Custom
PlayandShufflebuttons - ๐ A stylized song list with track numbers
- ๐ง Download and menu icons on each track
- ๐งญ Bottom tab navigation bar using
TabView
- Building UI using
VStack,HStack,ZStack - Styling with
.background,.cornerRadius,.shadow - Creating dynamic views with
List,ScrollView, andForEach - Using consistent design with
.foregroundColor,.opacity() - Creating reusable components like
albumCard - Implementing tab navigation with SF Symbols
- SwiftUI
- SF Symbols
- Xcode 15+
This is a static visual mockup. It does not include playback functionality.
Thanks for checking out my project! ๐
