Hi,
I have xamarin application running on IPADS having IOS 13 and above.
I have a page in my application which using table view for displaying 1000+ rows data. Row data comprises of textual information , icons and image.
While moving out of table view I have cleared/null all data list, images and disposed. Called GC.collect as well , but while checking used memory it doesn't show trace of collecting released memory.
Next time I visit this table view again, memory doubles. This leads to issue and app crashes.
Could any one please help in best way to handle memory management while using Table views.