فهرست منبع

Remove test code

onevcat 10 سال پیش
والد
کامیت
4f0dad8237
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      Kingfisher-Demo/ViewController.swift

+ 0 - 6
Kingfisher-Demo/ViewController.swift

@@ -33,12 +33,6 @@ class ViewController: UICollectionViewController {
         super.viewDidLoad()
         // Do any additional setup after loading the view, typically from a nib.
         title = "Kingfisher"
-        
-        KingfisherManager.sharedManager.downloader.downloadImageWithURL(NSURL(string: "http://onevcat.com")!, options: KingfisherManager.OptionsNone, progressBlock: { (receivedSize, totalSize) -> () in
-            
-        }) { (image, error, imageURL) -> () in
-            
-        }
     }
 
     override func didReceiveMemoryWarning() {