Vong
Vong
I add an observer for `currentAnimatedImageIndex`,and when it reach the last frame,I change `currentAnimatedImageIndex`.However,there happens a dead lock.Some code and the call stack are described as below. code: ``` Objective-C...
OK,I konw.Maybe in my scenario,it's better to use a cached images because there may be many imageViews with the same frameImage showing at the same time.If still using your implementation...
same problem here
I came across the same problem,and @dosapati 's method solved it.Thanks :-) :+1:
> @hyzyla > > Could you check the project? [SwiftExample.zip](https://github.com/user-attachments/files/17460012/SwiftExample.zip) > > When I checked the error again, a different one was output. > > ``` > { > "message":...
> > But if change the only-testing to -only-testing:/// as -only-testing:/LibOneTests/LibOneTests/testExample it works as expected > > This is a key point! As I understand it, to run tests in...