No description
Find a file
2022-02-16 22:16:09 -08:00
Advanced NSOperations.xcodeproj First commit 2022-02-16 22:16:09 -08:00
Earthquakes First commit 2022-02-16 22:16:09 -08:00
.gitignore First commit 2022-02-16 22:16:09 -08:00
LICENSE.txt First commit 2022-02-16 22:16:09 -08:00
README.md First commit 2022-02-16 22:16:09 -08:00

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