Jon Hocking

2pods

PrettyTimestamp

An NSDate Category that returns human readable, pretty timestamps between two dates. Now available with custom formatting thanks to Sam Dods.

                # Examples

                All returned strings are in lower case and plural / singular are handled

"just now"

"1 minute ago"

"3 months ago"

"over a year ago"

License: MIT

  • Objective C

SmoothImageLoading

This is a set of UIImage and UIImageView categories to help you load images in smoothly, and to help you hit that 60FPS mark.

It's specifically designed for large images that you've downloaded and need to display at a smaller size.

You should use this if:

  • You're seeing 'the pop' when your images scroll into view
  • You're displaying large images at a smaller frame size
  • You keep getting memory warnings because of your image usage

Features

  • Background thread image decompression
  • Lightweight caching based on filename
  • Lighter the memory footprint of images

License: MIT

  • Objective C