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 can we use NSOperation queue? what is the advantage of using it ?
What is meaning of 'synthesize' keyword ?
Define 'atomic' keyword?
Define view object.
What is gcd in ios swift?
What are layer objects and what do they represent?
How do you fix app errors on iphone?
What is difference between 'protocol' and 'delegate'?
What is bridging header in ios?
What does sn mean in a text message?
Explain steps for using coredata?
What is iphone os?