What to do when my app receives memory warning?

后端 未结 4 431
说谎
说谎 2021-01-12 13:21

What should I do when my app recieves a memory warning?

4条回答
  •  梦毁少年i
    2021-01-12 14:06

    In didReceiveMemoryWarning, you should release any cached or non-essential items to prevent running out of memory completely.

提交回复
热议问题