Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wibosco/NetworkingWingman-Example
- Owner: wibosco
- License: mit
- Created: 2016-02-05T15:16:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T20:51:51.000Z (over 2 years ago)
- Last Synced: 2024-11-22T18:49:06.623Z (about 1 month ago)
- Topics: nsoperation, nsoperationqueue, nsurlsession, objective-c, stackoverflow-api
- Language: Objective-C
- Homepage: https://williamboles.com/networking-with-nsoperation-as-your-wingman/
- Size: 26.4 KB
- Stars: 30
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wibosco/NetworkingWingman-Example.svg)](https://travis-ci.org/wibosco/NetworkingWingman-Example)
# 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