Here how I used URLSession
` let session = URLSession(configuration: .default)
let task = session.dataTask(with: url) {(data, response, error) in
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: