Gustavo Saume

1pod

DotUserDefaults

.UserDefaults has two main functions. It will let you access NSUserDefaults using string type Enums, so you don't have to type .rawValue every time you want to use Enums as the keys of your NSUserDefaults. Also, this extension adds methods that will let you easily store RawRepresentable Enums in the NSUserDefaults.

License: MIT

  • Swift