mysterioustrousers / MTDates

A thread safe date calculation library with all the date functions you'll ever need.
BSD 2-Clause "Simplified" License
343 stars 68 forks source link

Replace deprecated undefined date component #50

Closed erudel closed 10 years ago

erudel commented 10 years ago

NSDateComponentUndefined is actually deprecated in iOS 8 but has been introduced in iOS 7, so these changes are still backward compatible and remove a few warnings on iOS 8.

atomkirk commented 10 years ago

Thanks!