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 |
Mention the short-cut to edit variables in Scope?
What does ios stand for in texting?
What is queue in ios?
Can my application have multiple models?
Explain me what is arc? How it works?
What is the difference between inheritance and category?
What is gcd in ios swift?
What persistent storage core data uses to save data?
Explain the application lifecycle in ios?
Difference between retain and assign ?
Can we save posts to local drafts and figure out how to publish to the blog. What do we need to do?
Explain the difference between stack and heap memory?