I am working on an Application Heavily based on the Maps , So at Couple of Places i am Facing issuing .
1. i am using an instance of AGSMapView as Collection View Cell , and the Cell are Reusable , but the Maps Instances is not going out of memory and it keep on appending the memory size , and the application will crash instantly .
2. we are Loading a full map on an another view and while navigating between the views and coming back , the maps again not dellocating out from the memory and it keep on appending the memory size , and the application will crash instantly again.
please Suggest me .