What is didreceivememorywarning method in you viewcontroller?
Answer / Abhishek Kumar Rai
The didReceiveMemoryWarning method is called by the system when it detects low memory conditions on a device. This method allows the view controller to release any unnecessary data or objects to help free up memory, thus improving the app's performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ios viewwillappear?
What is uiviewcontroller in ios?
Explain the steps involved in submitting the App to App-Store in iOS operating system?
What is the difference between 'assign' and 'retain' keyword?
What are “strong” and “weak” references? Why are they important and how can they be used to help control memory management and avoid memory leaks?
Introduction to iphone application development?
What are blocks in ios?
What is difference between 'protocol' and 'delegate'?
Do you know what is iphone reference library?
What are the functions of managed object context?
. Why an app on iOS device behaves differently when running in foreground than in background?
What is view controller xcode?