소스 검색

Fixed compiler warnings in the example app.

Christian Noon 10 년 전
부모
커밋
451b97edab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Example/MasterViewController.swift

+ 1 - 1
Example/MasterViewController.swift

@@ -68,7 +68,7 @@ class MasterViewController: UITableViewController {
                     case "DOWNLOAD":
                         detailViewController.segueIdentifier = "DOWNLOAD"
                         let destination = Alamofire.Request.suggestedDownloadDestination(directory: .CachesDirectory, domain: .UserDomainMask)
-                        return Alamofire.download(.GET, "http://httpbin.org/stream/1", destination)                    
+                        return Alamofire.download(.GET, "http://httpbin.org/stream/1", destination: destination)
                     default:
                         return nil
                 }