Are there any specific guidelines of what to do if you get a memory warning? I know that you have to try and kill off objects that aren't required, but if this makes your application inoperable, what other options are there?
An example might be if say the application was Apple's contacts app and the user is editing a person's contact details. What could you do? Stop the edit? close down and jump to the list screen?
Any advice or guidelines would be most appreciated.