We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am trying to use this component for the user profile settings picture that comes as URL in API and loads to UI.
However my question is how this component can be used in case there is no internet and the image is actually cached and used.
Steps what I am requesting clarification for
Url Called for getting profile
URL responded with public url for the image to be viewed from.
FastImageCache downloads the image and we show loader on the UIImageview while this task is done.
Image downloads and loads in screen.
Internet is switched off
Go to the user settings page again restarting the application
User should now see the image that is already cached in case the internet is offline
Incase the internet is online again is same URL then the cache image is used without getting again the image from the public image URL
In case the internet is online and the url is changed then the new image overwrites the older one keeping the updated copy.
So currently I am facing the No internet connection but already cached image not been displayed but blank. How to get hold of this.
Thanks. Vicky
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying to use this component for the user profile settings picture that comes as URL in API and loads to UI.
However my question is how this component can be used in case there is no internet and the image is actually cached and used.
Steps what I am requesting clarification for
Url Called for getting profile
URL responded with public url for the image to be viewed from.
FastImageCache downloads the image and we show loader on the UIImageview while this task is done.
Image downloads and loads in screen.
Internet is switched off
Go to the user settings page again restarting the application
User should now see the image that is already cached in case the internet is offline
Incase the internet is online again is same URL then the cache image is used without getting again the image from the public image URL
In case the internet is online and the url is changed then the new image overwrites the older one keeping the updated copy.
So currently I am facing the No internet connection but already cached image not been displayed but blank. How to get hold of this.
Thanks.
Vicky
The text was updated successfully, but these errors were encountered: