is there a way I can make an image that I'm getting from twitter REST api not look blurry? I'm using this method at the moment in do catch block
let imgData = try Data(contentsOf: pi_url!)
let profImg = UIImage(data: imgData)
is there a way I can make an image that I'm getting from twitter REST api not look blurry? I'm using this method at the moment in do catch block
let imgData = try Data(contentsOf: pi_url!)
let profImg = UIImage(data: imgData)