public override void DidFinishDownloadingImage(TIPImageFetchOperation op, NSUrl url, string type, nuint byteSize, CoreGraphics.CGSize dimensions, bool wasResumed) { AppDelegate.DecrementNetworkOperations(); }
public override void DidStartDownloadingImage(TIPImageFetchOperation op, NSUrl url) { AppDelegate.IncrementNetworkOperations(); }