You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project that uses NSURLSession. In those you will get data a bit at a time. You can pass the data to this class, and have a delegate on your Session subclass to then forward the data to.
I didn't put a project together as there is no public endpoint I have access to that would serve as an example. I support a small networking class, but I'm probably the only user of it. Since so many people use their own, or AFNetworking, whatever, its hard to come up with a "framework" for it.
How could I use this if I actually download the data?
The text was updated successfully, but these errors were encountered: