PSOperations icon indicating copy to clipboard operation
PSOperations copied to clipboard

Nice to have: NetworkObserver

Open agiguere opened this issue 9 years ago • 3 comments

Originally the Apple WWDC 2015 sample code was provided with a NetworkObserver class, pretty useful

I don't know why you drop it or maybe you forget to add it ?

alex

agiguere avatar May 30 '16 23:05 agiguere

the NetworkObserver only works on iOS, the library works on all platforms and extension targets. We may consider re-adding it but it would not be a part of the framework.

mcmurrym avatar Jul 06 '16 16:07 mcmurrym

ah I see, yeah that could be bundle as an add-on for iOS only

thanks

agiguere avatar Jul 15 '16 01:07 agiguere

Why don't you include it enclosed with #if os(iOS) [...] #endif? That way it would only be available on iOS.

ffried avatar Jan 24 '17 06:01 ffried