A better way to work with NSDate
Working with NSDates and calendrical calculations can sometimes be a pain. Adding days, subtracting months, and adjusting today’s date to midnight. Today’s we’ll take a look at several way to simplify the process and abstract the logic away into some neat category methods.