Xamarin ProgressBar not updating real time
问题 All, I'm fairly new to Xamarin and more notably, C# so please, be kind ...! I have a Xamarin.Forms application that drops down to .iOS using a DependencyService which then traverses all of the songs on my device and returns using a custom "Song" model. There's no doubt a better way to do it but in order to return the album artwork back to the PCL, I've taken the iOS UIImage and turned it into a System.IO.Stream object and am returning that through the Song model. Adding this artwork