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
KingfisherOptionsInfoItem
Thanks for this project.
I see there are some helper methods for KingfisherOptionsInfoItem in one extension:
extension Collection where Iterator.Element == KingfisherOptionsInfoItem
It provides a lot of useful var to get info from an Array of KingfisherOptionsInfoItem, for instance get the scaleFactor or the transition.
var
scaleFactor
transition
These methods are really helpful when building custom processors, so exposing this extension would be awesome.
The text was updated successfully, but these errors were encountered:
Not a bad idea. Would you mind to send a p-r for this?
Sorry, something went wrong.
Sure! I'll do it soon
No branches or pull requests
Thanks for this project.
I see there are some helper methods for
KingfisherOptionsInfoItem
in one extension:It provides a lot of useful
var
to get info from an Array ofKingfisherOptionsInfoItem
, for instance get thescaleFactor
or thetransition
.These methods are really helpful when building custom processors, so exposing this extension would be awesome.
The text was updated successfully, but these errors were encountered: