-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
pre-completion block feature idea? #326
Comments
As #320 |
Implemented in Kingfisher 3. Check |
Hi @onevcat @shams-ahmed , I came across this issue because I want to implement the same user case as first mentioned in the description. Checking the suggestion, I understand that the ImageProcessor's
|
Current implementation only has completion block once the image has been applied, what do you reckon of execution another block just before applying a image.
one use-case i have is changing the
contentMode
before i set the new image. with the current methods it's not possible.Another possible solution could be to use
KingfisherOptionsInfoItem
with set contentMode?What your thoughts? am happy to start a PR with this feature...
The text was updated successfully, but these errors were encountered: