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 a user respond or react to the state transitions on the app?
Why core data is faster than sqlite?
Can we use ssl to encrypt the app communication?
Explain about design patterns in iOS
Define 'strong' keyword?
What is difference between performblock: and performblockandwait:?
Why do we need to use @Synthesize in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,
What is weak in ios?
What happens when IApplication does not handle an event?
Who calls the dealloc strategy?
What is ios closure?
How can an operating system improve battery life while running an app?