Replicating complex UI using SwiftUI & Compose
Apple has just released SwiftUI, and we decided to get to know it through making a series of tutorials on creating complex UIs with SwiftUI.
Apple Card Application
In August, Apple launched Apple Card, and we couldn’t help noticing widget for monthly payments from their app.
For this article, we took one screen and replicated the widget for choosing payment amount.
Read Article »
View Source Code »
Apple's Activity Application
Apple's Activity app features a number of quite complicated controls. We thought it would be fun to replicate one of them.
Read Article »
View Source Code »
Music App
Using Jetpack Compose to implement a beautifully animated app with custom UI components.