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