FBMessengerTimeAgo 1.0.1

FBMessengerTimeAgo 1.0.1

Maintained by rad182.



  • By
  • Royce Dy

FBMessengerTimeAgo

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • Swift 4.x
  • iOS 8.0+

Installation

FBMessengerTimeAgo is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "FBMessengerTimeAgo"

Date Formats

Same day = "8:00 pm" // date time
<= 6 days = "Fri" // day
> 7 days and same year = "Oct 14" // month and day
> 1 year = "10/14/2015" // short date

Usage

Import module

import FBMessengerTimeAgo

Call formattedTimeAgo() where date is a past date from now

date.formattedTimeAgo()

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

License

FBMessengerTimeAgo is available under the MIT license. See the LICENSE file for more info.