Closed MaximeEglem closed 9 months ago
Because Apple didn't fix the DequeueReusableAnnotation. it is possible to have an annotation null. That why we need to create a new view every time the dequeue didn't work.
We need to clear them all when disposing.
Not sure I understand why these changes are necessary; how did you profile this?
Closing due to inactivity.
Because Apple didn't fix the DequeueReusableAnnotation. it is possible to have an annotation null. That why we need to create a new view every time the dequeue didn't work.
We need to clear them all when disposing.