TheDreamsWind / SO-a-73661520-5690248-SerialDataTaskSequence

A sample project with implementation of per cent progress tracking with use of NSURLSessionDataTask only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Data Task Sequence

The project constitutes minimalistic application which features per cent progress tracking with use of NSURLSessionDataTask only (no other NSURLSession tasks are involved in the implementation of the project.

Variations

For the sake of wider application of the given sample, there are multiple multiple implementation of TDWSerialDataTaskSequence oferring different approaches on how the data loaded from the remote source is stored:

  1. In-memory storage implementation (tag v0.1.0) - the data is stored in-memory, using NSData instance.
  2. Persistent storage implementation (tag v0.1.1) - the data is stored on-disk, using specified file NSURL.

About

A sample project with implementation of per cent progress tracking with use of NSURLSessionDataTask only

License:BSD 2-Clause "Simplified" License


Languages

Language:Objective-C 100.0%