# gshaviv/settingkit

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/gshaviv-settingkit).**

_How this analysis was created: the description and tags below were written by an AI model that read this project's README and public documentation pages; stars, license and language come straight from the GitHub API. The model does not read the source code._

0 stars · 0 forks · Swift · MIT

## Links

- GitHub: https://github.com/gshaviv/SettingKit
- awesome-repositories: https://awesome-repositories.com/repository/gshaviv-settingkit.md

## Description

SettingsKit is a set of Swift Macros that make using UserDefaults typo safe (no string constants) as well as type safe (no referring to a string default as a bool). It also plays nicely with SwiftUI triggering a view redraw when defaults affecting on screen views change, has bindings for all…

## Tags

### Part of an Awesome List

- [Utility Macros](https://awesome-repositories.com/f/awesome-lists/devtools/utility-macros.md) — Type-safe UserDefaults saving using macros.
