NSDate-TimeAgo
NSDate-TimeAgo copied to clipboard
A "time ago", "time since", "relative date", or "fuzzy date" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad
Now its not pretty good. Some 'timeAgo' strings are missed.( eg. - 'min. ago')
https://github.com/kevinlawler/NSDate-TimeAgo/blob/master/NSDate%2BTimeAgo.m#L366 but locale code is "ru-RU" What is a good way to check locale? Starts with "ru" or simple: ``` if([localeCode isEqual:@"ru"] || [localeCode isEqualToString:@"ru-RU"]) { ``` ?
thanks for your good code. I built using Cocoapod platform :ios, '8.0'. If I build project , I get 32 warnings. NSYearCalendarUnit NSMonthCalendarUnit NSDayCalendarUnit ... so on Can you please...
Hello It's not getting compiled using arm64 architecture. Without that apple will not accept new build.
This repo is here in archive form. This project has been merged into DateTools. Please visit DateTools at: https://github.com/MatthewYork/DateTools