swift-timeago
Relative time / time ago for Swift.
Installation
- Copy
TimeAgo.swift
from./swift-timeago/
into your project.
API
func timeAgoSince(date: NSDate) -> String
Usage
print(timeAgoSince(NSDate()))
// Just now
Test
cmd + u
License
MIT
Relative time / time ago for Swift