I\'d like to load an image from a URL in my application, so I first tried with Objective-C and it worked, however, with Swift, I\'ve a compilation error:
Use of Ascyimageview you can easy load imageurl in imageview.
let image1Url:URL = URL(string: "(imageurl)" as String)! imageview.imageURL = image1Url