devedup / FlickrKit

An iOS Flickr Framework, written in Objective-C
http://www.devedup.com
219 stars 71 forks source link

Expose NSOperationQueue on FKDUNetworkController #13

Closed obuseme closed 10 years ago

obuseme commented 10 years ago

I'd like to see the NSOperationQueue on FKDUNetworkController exposed publicly. I have a use case where I need to kick off several FKFlickrNetworkOperations and I want to be able to have the queue tell me when they are all complete. Currently, there is no way to access the queue as it is private on FKDUNetworkController.

devedup commented 10 years ago

Done.

obuseme commented 10 years ago

Thanks!