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 we can wait for some thread to finish before starting another?
Explain parent-child context setup?
What is latest ios version?
What are the lifecycle events of uiviewcontroller?
What is plist file and explain about it is usage in iOS operating system?
Explain alamofire benefits
What is datasource in ios?
What is the difference between stack and heap?
Describe the functionality of accelerometer of an iphone ?
How do I get ios 13?
Explain the difference between bounds and frame?
What is thread in ios swift?