- August 28, 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()
}
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...