Search results for sync

KFSwiftImageLoader screenshot

KFSwiftImageLoader

May 04, 2015 • MIT License
From the creator of KFWatchKitAnimations comes the next great tool for  Watch and iOS in general: KFSwiftImageLoader KFSwiftImageLoader is an extremely high-performance, lightweight, and energy...
ManualLayout screenshot

ManualLayout

March 02, 2015 • MIT License
Easy to use and flexible AutoLayout alternative for iOS 8+. Supports AsyncDisplayKit.
GPaperTrans screenshot

GPaperTrans

January 16, 2015 • MIT License
Yet another UICollectionView layout transitions inspired by Facebook Paper App written in Swift.
Sync screenshot

Sync

December 09, 2014 • MIT License
Sync eases your every day job of parsing a `JSON` response and getting it into Core Data. It uses a convention over configuration paradigm to facilitate your workflow. * Handles operations in sa...
DKAsyncImageView screenshot

DKAsyncImageView

November 10, 2014 • MIT License
A Swift subclass of NSImageView for loading remote images asynchronously. * Download images from the Web to DKAsyncImageView asynchronously with just 1 line of code * Set a 'Placheholder Image'...
HanekeSwift screenshot

HanekeSwift

October 07, 2014 • Apache 2.0 License
Haneke is a lightweight generic cache for iOS written in Swift. For example, here's how you would initialize a data cache: `let cache = Cache<NSData>("my-files")` Haneke also includes a zero-...
DBImageView screenshot

DBImageView

September 25, 2014 • MIT License
A simple object to load images asynchronously
SwiftTask screenshot

SwiftTask

September 22, 2014 • MIT License
Promise + progress + pause + cancel, using SwiftState (state machine).
RNActivityView screenshot

RNActivityView

July 27, 2014 • MIT License
Based on MBProgressHUD, this is an iOS drop-in class that displays a translucent ActivityView with an indicator and/or labels while work is being done in a background thread. Can be used as a UI...
Wyrd screenshot

Wyrd

July 19, 2014 • MIT License
Wyrd is a library for asynchronous programming in Swift. It aims to be concise and simple. Wyrd is inspired by Promises/A+. Both Swift and Cocoa Touch doesn't provide any helpers for asynchronous p...
TaskQueue (Swift) screenshot

TaskQueue (Swift)

July 07, 2014 • MIT License
A great Swift class for managing asynchronous tasks that need to execute one after another. You just add tasks (as closures) to the queue and the queue takes care to execute them in the proper orde...
PASImageView screenshot

PASImageView

June 24, 2014 • MIT License
Rounded async imageview downloader lightly cached and written in Swift
LASIImageView screenshot

LASIImageView

April 24, 2014 • BSD License
iOS UIImageView subclass - download image with different progress indicators
PAImageView screenshot

PAImageView

April 08, 2014 • MIT License
Rounded async imageview downloader based on AFNetworking 2 and lightly cached
NTCoreData screenshot

NTCoreData

March 20, 2014 • Apache 2.0 License
NTCoreData is small library that helps perform saves and fetches asynchronously. Each save and fetch is done asynchronously. All heavy lifting regarding managing threads and context is done by NTDa...
XCTestAsync screenshot

XCTestAsync

March 15, 2014 • MIT License
An extension to XCTest to enable running asynchronous unit tests
No image provided.

Haneke

March 07, 2014 • Apache 2.0 License
A lightweight zero-config image cache for iOS. Haneke resizes images and caches the result on memory and disk. Everything is done in background, allowing for fast, responsive scrolling. Asking H...
IQURLConnection screenshot

IQURLConnection

February 19, 2014 • MIT License
A replacement of sendAsynchronousRequest of NSURLConnection with ResponseBlock, ProgressBlock & CompletionBlock
iCloudDocumentSync screenshot

iCloudDocumentSync

January 26, 2014 • MIT License
Sync and Manage iCloud Documents in your iOS app. Simplifies iCloud Document Syncing. Makes iCloud just work for developers too. iCloud Document Sync makes it easy for developers to integrate th...
FastImageCache screenshot

FastImageCache

October 22, 2013 • MIT License
iOS library for quickly displaying images while scrolling.