I ported the time_ago_in_words helper for to a category (mixin) for NSString. Its nothing profound but I couldn’t find it anywhere.
Update: Moved to github and is part of GHKit. You can find this helper: GHNSString+TimeInterval.m
I ported the time_ago_in_words helper for to a category (mixin) for NSString. Its nothing profound but I couldn’t find it anywhere.
Update: Moved to github and is part of GHKit. You can find this helper: GHNSString+TimeInterval.m
[...] And other stuff for generating uuids, mime types, etc. I blogged earlier about the date parsing and time ago in words. [...]