sh-khashimov / SwiftFortuneWheel

The ultimate spinning wheel view that supports dynamic content and rich customization.
MIT License
351 stars 82 forks source link

Support UIImage object alongside named image from asset #5

Closed M-I-N closed 4 years ago

M-I-N commented 4 years ago

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 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.

sh-khashimov commented 4 years ago

Hello, it seems logical to me. Merge done, thank you for your contribution. I will release new version a later today including your changes.