If you’ve ever written code for an iOS or macOS application you’d have, for sure, encountered User Defaults. Still, for the sake of the structure of the article, here’s a textbook definition of what UserDefaults is: UserDefaults: An interface to the user’s defaults database, where you store key-value pairs persistently…