Skip to content

WWDC 2015 - sample code of session, Advanced NSOperations.

License

Notifications You must be signed in to change notification settings

bytefreak/Advanced-NSOperations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced NSOperations

This shows how to use NSOperations to simplify app architecture. It includes several different kinds of ready-to-use NSOperation subclasses to guarantee that your code will only execute if certain conditions have been met. By composing and chaining these operations together, you can quickly construct complex behaviors with extremely little code.

Requirements

Build

  • XCode 7.3
  • Swift 2.2

Runtime

  • iOS 9

About

WWDC 2015 - sample code of session, Advanced NSOperations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%