rive-app / rive-ios

iOS runtime for Rive
MIT License
484 stars 55 forks source link

Reference counting for artboard, state machine and animation #208

Closed duncandoit closed 2 years ago

duncandoit commented 2 years ago

This change is global reference counting to track how many artboards, state machines, animations are created and when/if they're destroyed. The initial goal was to be able to detect detect if leaks occur. Also added a feature flag for this that is disabled by default