Hi,
In Xamarin.Forms 1.3.2.6316, some of the updates are:
- [iOS] ViewCell no longer leaks every UIView it created.
- [iOS] Fix minor memory leak in iOS ListView
However, the view cell continues leaking and not being reused, it keeps increasing in count.
Did i read wrong and the view cell leak on iOS is not fixed or is it because i have custom controls on my view cells in the list?
btw, has anyone found a way to fix this leak?
Thanks