I use this library on iOS 7. Everything works except the NSCalendar.dateByAddingUnit: method is unavailable on iOS 7. I implemented a NSCalendar.dateByAddingDuration: extension method to fallback to NSCalendar.dateByAddingComponents: when required, otherwise it will just use NSCalendar.dateByAddingUnit:
I use this library on iOS 7. Everything works except the
NSCalendar.dateByAddingUnit:
method is unavailable on iOS 7. I implemented aNSCalendar.dateByAddingDuration:
extension method to fallback toNSCalendar.dateByAddingComponents:
when required, otherwise it will just useNSCalendar.dateByAddingUnit: