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 all the instruments available in Xcode in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,
Explain the significance of autorelease?
What is category and class extension? How these differ?
What is nsoperationqueue?
Which api would you use to write test scripts to exercise the application’s ui elements?
What are ibeacons?
What are ibeacons in ios? : IOS Architect
What is 'notification'?
What is the short cut to open the “Code Snippet Library” in Xcode?
Is ios 9 still supported by apple?
How many types of background modes supported in ios?
Explain Inapp purchase in iOS