Sean

Results 7 comments of Sean

Hi, I haven't had any experience developing for MacOS, but I don't think it's that much of a difference compared to iOS. I might try taking a stab at it...

I was able to get it to work with swift using the bridging header, but not with cocoapod's `use_frameworks!` specifier

Does it work if you comment line 28-30 in `UIImage+WebP.m`?

Just noticed this **OLD** issue, not sure if it's still one though, but it's working on my iOS 8.3 device.

I might need to run more tests to make sure it works well with most images, but can you provide a screenshot? It seems to be working fine on my...

I took a closer look at it and noticed the `if (alpha

Sorry for the late response. I'll need more time to look into why that's happening, but for now, a temporary fix that worked for me is to use `WebPDecodeRGBA` In...