override func viewDidLoad() { super.viewDidLaod() if let url, let data = try? Data(contentsOf: url) { imageView.image = UIImage(data: data) } }