Up until now, you have implemented it for the image to be set from the Assets.xcassets folder. I'm in a state where I need to be able to set image from external input (like, downloaded image or composed image with the help of UIGraphicsImageRenderer).
I think this should be a feature of your project which opens up possibilities for anyone in the future.
I've created #4 and awaiting for your consideration.
Firstly, thanks for this wonderful project.
Up until now, you have implemented it for the image to be set from the
Assets.xcassets
folder. I'm in a state where I need to be able to set image from external input (like, downloaded image or composed image with the help ofUIGraphicsImageRenderer
).I think this should be a feature of your project which opens up possibilities for anyone in the future.
I've created #4 and awaiting for your consideration.