Explorar o código

Fixed compilation issue in iOS Example with DownloadRequest destination closure.

Christian Noon %!s(int64=9) %!d(string=hai) anos
pai
achega
97658eb49b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Example/Source/MasterViewController.swift

+ 1 - 1
Example/Source/MasterViewController.swift

@@ -78,7 +78,7 @@ class MasterViewController: UITableViewController {
                     return Alamofire.request("https://httpbin.org/delete", withMethod: .delete)
                 case "DOWNLOAD":
                     detailViewController.segueIdentifier = "DOWNLOAD"
-                    let destination = Alamofire.Request.suggestedDownloadDestination(
+                    let destination = DownloadRequest.suggestedDownloadDestination(
                         for: .cachesDirectory,
                         in: .userDomainMask
                     )