FFUserDefaults
Posted ontl;dr; There is a neat little library for handling NSUserDefaults over here [https://github.com/ffried/FFUserDefaults]. For a project I've recently worked on, I've created a settings class which mirrors its properties into NSUserDefaults. I did so by overriding the getters and setters and…