TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Josh Holtz.
NSDate category for very minimal style time ago.
#import <NSDateMinimalTimeAgo/NSDate+MinimalTimeAgo.h> // If using CocoaPods
#import "NSDate+MinimalTimeAgo.h" // If dropped files from Classes directory in project directly
NSDate *somePastDate = [self somePastDate];
NSString *timeAgo = [somePastDate timeAgo];
Clone the repository and drop in the .h and .m files from the "Classes" directory into your project.
Josh Holtz, [email protected], @joshdholtz
NSDateMinimalTimeAgo is available under the MIT license. See the LICENSE file for more info.