Skip to content

A Swift framework inspired by WWDC 2015 Advanced NSOperations session.

License

Notifications You must be signed in to change notification settings

pabloromeu/Operations

 
 

Repository files navigation

Build status Coverage Status CocoaPods Compatible CocoaPods Documentation Platform Carthage compatible

Operations

A Swift framework inspired by WWDC 2015 Advanced NSOperations session.

Resource Where to find it
Session video developer.apple.com
Reference documentation docs.danthorpe.me/operations
Programming guide operations.readme.io
Example projects danthorpe/Examples

Usage

The programming guide goes into a lot more detail about using this framework. But here are some of the key details.

Operation is an NSOperation subclass. It is an abstract class which should be subclassed.

import Operations

class MyFirstOperation: Operation {
    override func