I am downloading a file using AFNetworking. But I am not able to keep track of my downloadOperation (i.e. viewController recieving completion callback is dismissed). Is there any api to track the file size changes to compare against the total file size.
I don't want to monitor filesystem changes like these answers:
- what-is-the-optimal-way-to-monitor-changes-in-a-directory-with-a-kqueue
- notification-of-changes-to-the-iphones-documents-directory
Can I use KVO to implement this type of behavior.