xamarin / ios-samples

Xamarin.iOS sample apps
http://docs.microsoft.com/xamarin/ios/
Other
1.59k stars 1.91k forks source link

remove memoryLeaks #296

Closed MaximeEglem closed 9 months ago

MaximeEglem commented 6 years 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.

rolfbjarne commented 11 months ago

Not sure I understand why these changes are necessary; how did you profile this?

rolfbjarne commented 9 months ago

Closing due to inactivity.