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