What NSAutorelease pool

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is swift and what is objective-c?

466


what are fetched properties?

467


What are the functions of managed object context?

506


What is the difference between weak and strong?

460


How to use reusable cell in uitableview?

557






Is the delegate for a CAAnimation retained in iOS operating system?

473


How to edit iphone code

452


What is dependency management?

447


What is nspersistentstorecoordinator? What duties does it perform?

433


what are the build phases available in Xcode?

482


What is delegate pattern in iOS?

492


Explain arc?

493


What is variable in ios?

459


What is a retain cycle?

433


What is nsobject in ios?

444