'Xamarin iOS: How to fade in an image using SDWebImage
I'm using Xamarin.SDWebImage
4.4.7 from Microsoft and would like to fade in an image. I know that the original library has built-in image transitions:
imageView.sd_imageTransition = .fade
let url = URL(string: "https://foo/bar.jpg")
imageView.sd_setImage(with: url)
How can this be done in Xamarin?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|