What NSAutorelease pool
Answer / babu
Its a resource management pool for iOS applications. Objects adding to auto release pool automatically get released at some time in future.
Eg:@autoreleasepool {
// creates autoreleased objects.
}
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I create a class in xcode?
What’s the difference between mkannotation and mkpointannotation?
Different types of persistent stores? Which all types can we have on ios?
Explain parent-child context setup. How does it work?
How to start a selector on a background thread.
How to do upload of large sized video file to server ? while uploading user presses “Homebutton” How long will execute?
What is block in ios objective c?
What is context in core data ios?
what are the controllers are available in objective C
What is clean architecture ios?
Define 'atomic' keyword?
What is App Bundle?