I've built a simple application that shows markers on map ,and I load its x,y from JSON file from a server the markers are click-able so once you on any marker it takes you to another UIViewController (Let's name it BViewController). I've monitored the Memory Usage so each time I go back from BViewController to MapViewController (Which is the map inside) it's just double the usage of memory I tried to set it to nill or Remove it from superView , but nothing changed
My Project use ARC.
So please any idea how to reduce this usage.
Thanks in advance