what is a memory warning, how do we respond to it
I'm new to iPhone development. Here in don't know what memory management is, and how we respond to it.
开发者_开发技巧Can any one please help for my problem?
The documentation is your friend. The Memory Usage Performance Guidelines doc has a section on Responding to Low-Memory Warnings in iOS. Similarly the iOS Application Programming Guide has a section on Observing Low-Memory Warnings.
精彩评论