PSOperations
PSOperations copied to clipboard
Nice to have: NetworkObserver
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
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.
ah I see, yeah that could be bundle as an add-on for iOS only
thanks
Why don't you include it enclosed with #if os(iOS) [...] #endif? That way it would only be available on iOS.