Add a SpineUIView to my VC, after VC dealloc, crash with SpineRenderer
Thread 1: EXC_BREAKPOINT (code=1, subcode=0x107aa5608)
#8 0x000000010369f6d0 in outlined destroy of SpineRenderer? ()
I have added the clean code:
controller.animationState.clearTracks()
drawable?.dispose()
customSkin?.dispose()
controller.pause()
Any advice? Thanks in advance.