davidsteppenbeck / ObservableUserDefault

A Swift macro that adds accessor blocks to properties in `Observable` classes that read and write values in `UserDefaults`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Observe changes of User Defaults values across different processes

LeoNatan opened this issue · comments

Hello,

This library misses a major functionality of “observability”, which is notifying of changes that occur to the observed value from different processes.

Cheers