1

i'm trying to add MKTileOverlay on map. when i start loading tile by fetching it from server, CPU usage suddenly increases. again on doing some action like zoom in zoom out or scrolling map cpu usage increases upto 200% whats the reason.?

K_Mohit
  • 528
  • 3
  • 17

1 Answers1

0

You might be allocating some objects continuously. You can use instrument to check allocations in your app.

Tarun Seera
  • 4,212
  • 4
  • 27
  • 41