• Stars
    star
    107
  • Rank 323,587 (Top 7 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 11 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A fast reliable image cache for iOS built with NSURLSession.

JGAFImageCache 2.1.0

A fast reliable image cache for iOS built with NSURLSession.

  1. Asynchronously loads from the fastest available source: NSCache, disk, or Internet.
  2. Creates SHA1 hash of urls to use as keys.
  3. Always calls completion blocks on the main queue.
  4. Automatically removes old images in the background.
  5. Stays out of your way.

Version Info:

2.1.0

  • Add nullability annotations.
  • Add @synchronized around UIImage creation.
  • Add check for error in the NSURLSession completion block.

2.0.2

  • Fix compiler warning because of incorrect class type instantiation.

2.0.1

  • Merge the JGAFSHA1 category into the main source file and remove NSString+JGAFSHA1 files.

2.0.0

  • Remove dependency on AFNetworking in favor of NSURLSession.

1.1.2

  • Fix implicit strong references to self inside blocks.

1.1.1

  • Add CC_LONG cast for 64 bit compatibility.
  • Update podspec to use version 1.3.3 of AFNetworking.

1.1.0

  • Add clearAllData method.
  • Remove beta classification.

1.0.2

  • Add serial queue for save to disk operations.
  • Check for available free disk space before saving to disk.

1.0.1

  • Add retry logic.

More Repositories

1

JGMediaPicker

A replacement for the MPMediaPickerController class for iOS that works more like the Music app
Objective-C
68
star
2

JGMediaPickerDemo

A demo app showing how to use JGMediaPicker
Objective-C
24
star
3

FMScrollIndicatorInfoPanel

An example of a Path 2.0 style scroll indicator. Created by Florian Mielke (@FlorianMielke)
Objective-C
15
star
4

xcode-bump-build-number

Shell
6
star
5

NoArc

Sample iOS application showing how to use the -fno-objc-arc flag to disable Automatic Reference Counting
Objective-C
5
star
6

iPhoneWebApp

An iPhone app showing how to embed a web application in a native app.
Objective-C
5
star
7

xco

Simple ruby script that looks in the current directory for any .xcodeproj files and opens them in Xcode
Ruby
3
star
8

JGKit

Various iOS classes I use in projects
Objective-C
3
star
9

HTTPHelpers

A collection of iOS classes to make working with HTTP a breeze
Objective-C
2
star
10

echo

Use ruby and sinatra to echo http header info in various formats
JavaScript
2
star
11

SinatraBook

I'm trying various ways to convert Sinatra Book to formats readable on devices like iPad and Kindle. Sinatra Book is originally located here http://sinatra-book.gittr.com/
2
star
12

UFText

Mac OS X application that allows you to easily unformat and reformat text on the Pasteboard. A menu item is placed in the system status bar. For those who don't want to contort their hand just to paste something without f*cking formatting.
Objective-C
2
star
13

sstoolkitCategories

The categories from the sstoolkit project
Objective-C
1
star
14

TestFlightSDK

Unofficial copy of the TestFlight sdk
Objective-C
1
star