Answer Posted / 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 |
Post New Answer View All Answers
what are the build phases available in Xcode?
How to generate a protected disk image containing your csr, private key and development certificate in iphone development?
Explain app bundle?
What manual memory management?
What is the mean of not running state in ios?
How core data differs from sqlite?
What are the functions of managed object context?
What are the app states in ios?
What major changes released in ios7, ios8, ios9+?
What is view object in iOS operating system?
What is a memory leak?
Can you please explain the difference between nsarray and nsmutablearray?
What are the important delegate methods of nsxml parser?
What is cocoa touch in ios?
How to convert MVC design pattern to MVVM design patterns