Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wibosco/NetworkingWingman-Example

Example of combining NSURLSession with NSOperation to form one task
https://github.com/wibosco/NetworkingWingman-Example

nsoperation nsoperationqueue nsurlsession objective-c stackoverflow-api

Last synced: about 1 month ago
JSON representation

Example of combining NSURLSession with NSOperation to form one task

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/wibosco/NetworkingWingman-Example.svg)](https://travis-ci.org/wibosco/NetworkingWingman-Example)
Twitter: @wibosco

# NetworkingWingman-Example

Example of combining NSURLSession with NSOperation to form one task as shown in this article - https://williamboles.com/networking-with-nsoperation-as-your-wingman/

Special thanks to Gabi Massana for allowing me to base this example off of https://github.com/GabrielMassana/CoreDataFullStack-iOS