hungio / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

handling memory warnings #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As of r404, a client application is required to send didReceiveMemoryWarning 
calls to its 
RMMapView instances.

Proposed: the RMMapContents registers for the 
UIApplicationDidReceiveMemoryWarning 
notification, and deals with memory warnings autonomously.

Original issue reported on code.google.com by halmuel...@gmail.com on 26 Mar 2009 at 8:46

GoogleCodeExporter commented 8 years ago
I was not aware of that notification and had been passing them down my 
hierarchy by hand.

I say whichever is the more standard iphone way.

Original comment by tracy.harton on 26 Mar 2009 at 10:41

GoogleCodeExporter commented 8 years ago
Made this change and committed in r413.

Original comment by halmuel...@gmail.com on 30 Mar 2009 at 7:26