- August 4, 2025
- Mins Read
A beautiful settings screen created in SwiftUI. It is based on my Gradient Game!
Love this project? Check out my books to explore more of AI and iOS development:
Your support helps to keep this project growing!
It takes the image, title and action as the parameter. You can customise it to your liking.
For example, this row is for writing a review, with a function in the closure.
RRSettingsKit.SettingsRow(imageName: “pencil.and.outline”, title: “Write a review”) {
self.settingsViewModel.writeReview()
}
Using StoreReader or @Reading in SwiftUI In SwiftUI, there are two ways to observe a Store: using the StoreReader view ...
A Zeplin component preview for your SwiftUI views. You can use Zeplin components instead of real views within your app ...