권영호

Results 11 comments of 권영호

It works well to me. in Podfile ``` pod 'MoyaSugar', :git => 'https://github.com/kambala-decapitator/MoyaSugar.git', :commit => 'eca6cfdb24cf1e8108ed7772bc6beb3643a80453' pod 'MoyaSugar/RxSwift', :git => 'https://github.com/kambala-decapitator/MoyaSugar.git', :commit => 'eca6cfdb24cf1e8108ed7772bc6beb3643a80453' ``` But SPM is not working...

https://github.com/devxoul/MoyaSugar/blob/079f25af9798977885058895085051379755bc7c/MoyaSugar.podspec#L22 In master branch, there is no Moya v15 update. So, I use your repo commit. If my action interferes you, I will remove it.

Oh, My mistake. Think you so much! My Podfile is simple thanks to your comment!

same error

Yes I know the layer architecture using SDAnimatedImagePlayer. My question is how can I render with `renderingMode alwaysOriginal`. It is not feature request i think...? You mean It is not...

Yes it should correctly render alwaysOriginal. I want to know the solution of it. [this video](https://github.com/SDWebImage/SDWebImage/assets/11485593/b222f97e-d6a2-4bca-834a-6ecd946060b8) is my situation. it is abnormal. I set UIImageView `tintColor` to red for visualize...

It is so wired. It is not reproduce in simulator. I check this library line by line. there is no rendering mode change code. It seems to call super class...

My environment: > OS version : iOS 16.0.2 > iPhone model: iPhone 14 > SDWebImage version: 5.18.7, 5.18.10 Thank you for sharing #3459 . After I change this line https://github.com/SDWebImage/SDWebImage/blob/59730af512c06fb569c119d737df4c1c499e001d/SDWebImage/Core/SDAnimatedImagePlayer.m#L121...

Okay thank you for your consider about this issue. Can you regenerate this issue?

Real Devices i reproduces - iPhone 14, 16.0.2 - iPhone 12 mini, 15.5 full demo video [video.zip](https://github.com/SDWebImage/SDWebImage/files/13963307/video.zip) Thank you for support.