kaishin / Gifu

High-performance animated GIF support for iOS in Swift
Other
3.09k stars 279 forks source link

loopDuration is inaccessible in Animator object #193

Open Vaberer opened 1 year ago

Vaberer commented 1 year ago

Hello, I need to know what is the loopDuration for the GIFAnimatable object. The issue is that loopDuration is missing public so when I use

animator?.loopDuration I'm getting an error 'loopDuration' is inaccessible due to 'internal' protection level

Is there any other way how to get a loop duration?

Thanks

Vaberer commented 1 year ago

Hello @kaishin do you have any ideas refarding the loopDuration? Thanks