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 |
What are the skills required for ios developer?
Why do all model object attributes get marked with @dynamic and not synthesised?
Explain differences between foundation and corefoundation
Name the application thread from where uikit classes should be used?
What is didreceivememorywarning method in you viewcontroller?
What is strong in ios?
What does exc_bad_access mean?
Will iphone 5s get ios 13?
Who is the developer of ios?
Is it safe to update to ios 13?
How we can execute some code when app is in background?
What size is 1x and 2x?