I am using a UICollectionView to show some thumbnail image from an API endpoint. When tapping on one, I use ASMediaFocusManager to show the full size image. However, it doesn't seem like there is very good remove image loading support, as it kind of loads, but it is blurry.
It seems like a much better solution would be to show a progress indicator on top of the tapped view. Then when the remove media is loaded, THEN show it in the focus manager.
I am using a
UICollectionViewto show some thumbnail image from an API endpoint. When tapping on one, I useASMediaFocusManagerto show the full size image. However, it doesn't seem like there is very good remove image loading support, as it kind of loads, but it is blurry.It seems like a much better solution would be to show a progress indicator on top of the tapped view. Then when the remove media is loaded, THEN show it in the focus manager.