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
Explain how do I get a call when my ipad rings?
What is iphone reference library?
Explain the correct way to manage Outlets memory in iOS.
When a nsfetchrequest fetches an entity object from store, does it fetch all of its data at once?
Explain keywords alloc and new?
DB updation when app new version comes ?
Explain differentiate between release and pool drain?
Explain interfaces?
Can you explain ios design patterns?
What is error in application in iphone?
Why do we need to use @Synthesize in iOS operating system?
what is the difference between bounds and frame?
What framework is used to construct application's ios user interface?
Can a "delegate" retained in ios?
Explain ~/documents, ~/library, ~/tmp. What directory is ~ on ios?