You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to first display a low resolution image from local as placeholder
We tend need to fetch a high resolution image over the Internet. Once fetch is done, high resolution image will replace the placeholder display (Seamlessly so that user does not notice any flickering or glitch)
The width and height of the high resolution internet image is not known before fetching
If we do not use ImageScrollView, but using standard UIImageView, this can be achieved via image loading library
Since ImageScrollView does not expose its internal UIImageView, may I know what is the good way to integrate Kingfisher (or any image loading library) with it?
Thanks.
The text was updated successfully, but these errors were encountered:
Thank you for providing
ImageScrollView
. This really work well ifWe can use this function to display the image - https://github.com/huynguyencong/ImageScrollView/blob/master/Sources/ImageScrollView.swift#L178
But, what if
If we do not use
ImageScrollView
, but using standardUIImageView
, this can be achieved via image loading librarySince
ImageScrollView
does not expose its internalUIImageView
, may I know what is the good way to integrate Kingfisher (or any image loading library) with it?Thanks.
The text was updated successfully, but these errors were encountered: