PINRemoteImage
PINRemoteImage copied to clipboard
Add support for UIButton setBackgroundImage?
Is is possible to use the PINRemoteImage categories to set the background image of UIButtons? This is usually the primary use (at least in my experience) for images in UIButtons. Or do I have to use the PINRemoteImageManager to download and image and then set the image on the button's background on the main thread?
Happy to accept a pull request to add this support!
@garrettmoon Ok i submitted a PR (#178) to add this functionality (along with some additions to the example project to showcase the changes).
Thank you! I'll try and take a look soon.