Tinrocket-LLC / TRMetalImageView

MIT License
16 stars 0 forks source link

Question: does your solution handle ScrollView transform changes? #3

Open rickshane opened 5 months ago

rickshane commented 5 months ago

Very nice solution you have shared.

I am animating flip and rotation transforms in my scrollView by changing the scale and rotation of the scollView's affine transform. Does your image view respond to transform changes in the scrollview?

Thanks,

Rick

tinrocket commented 5 months ago

Hi Richard,

No, won’t respond to anything you do in UIKit to a UIView. You’ll need to apply your affine transforms to the CIImage.

John

-- John Balestrieri Tinrocket | www.tinrocket.com

On Mar 17, 2024, at 8:32 PM, Richard Shane @.***> wrote:

Very nice solution you have shared. I am animating flip and rotation transforms in my scrollView by changing the scale and rotation of the scollView's affine transform. Does your image view respond to transform changes in the scrollview? Thanks, Rick — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>