How to implement didReceiveMemoryWarning?

前端 未结 6 1874
一生所求
一生所求 2020-11-30 19:38

I have developed a simple location aware iPhone application which is functionally working very well to our expectations except in the low memory condition of the phone .

6条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 20:24

    To my surprise, only a few apps in the official iPhone samples implement didReciveMemoryWarning. You can use the iPhoneCoreDataRecipes example as an reference.

    Some samples (e.g. TableViewSuite) even do something else ;-)

提交回复
热议问题