You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at instruments I'm seeing VM: CoreAnimation build up a huge amount of memory usage. Like 1GB+ over Something like 2000 swipes. Are you seeing something similar?
Edit: I implemented some basic card reuse and I confirmed that the memory abandonment issue is resolved. Where as before I was seeing CoreAnimation use up well over 1GB after like 2000 swipes, with card reuse it only uses about 65MB after 3000 swipes. If you are working with very large data sets, card reuse is a must.
I'm curious why you don't reuse the front view when you bring the backView to Front. Is this a todo for the programmer who download the code ?
The text was updated successfully, but these errors were encountered: