Argis Map is Not Deallocating out from the Memory

2051
1
08-12-2014 01:24 PM
akshatanil
New Contributor II

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 .

Tags (1)
1 Reply
GagandeepSingh
Occasional Contributor II

Hi akshat anil‌,

1. Can you describe the layout of the collection view? How many cells you have visible at an instance or what is the size of each map view compared to the collection cell view?

2. What kind of transitions are you using for presenting the new view controller or dismissing it? Is it a segue or are you doing it programmatically?

0 Kudos