var protectionSpace = NSURLProtectionSpace(
host: url,
port: 80,
protocol: "http",
realm: nil,
authenticationMethod: nil)
var protectionSpace = NSURLProtectionSpace(
host: url,
port: 80,
`protocol`: "http",
realm: nil,
authenticationMethod: nil)
No comments:
Post a Comment