SyntaxFix
Write A Post
Hire A Developer
Questions
Use imageWithData: method, which gets translated to Swift as UIImage(data:)
imageWithData:
UIImage(data:)
let image : UIImage = UIImage(data: imageData)