PINRemoteImage
PINRemoteImage copied to clipboard
Ability to change 'setSharedImageManagerWith(config)'
Is there a way to change ASPINRemoteImageDownloader.setSharedImageManagerWith(config)
I'm currently using an ASNetworkImageNode and the url property to get my images but..... very soon those images will require a jwt in the header of a URLRequest to access those images, I found this stackoverflow post and I tried it and it worked for 1 hour until the jwt changed then I couldn't access my images, so I thought I'd change setSharedImageManagerWith and update the config but it appears this can only be set once, is there another way to do this and still get the benifits of using the ASNetworkImage url property.