Hi! I discovered one really bad problem while using OCMapView in my app. When the map is allocated - there is a huge block of data loaded into memory. I know that it`s normal, but the problem is that when i dealloc a map - some portion of memory is still present. It looks like not everything is deallocated. Im not using ARC in my app.
Hi! I discovered one really bad problem while using OCMapView in my app. When the map is allocated - there is a huge block of data loaded into memory. I know that it`s normal, but the problem is that when i dealloc a map - some portion of memory is still present. It looks like not everything is deallocated. Im not using ARC in my app.