Answer Posted / Arpit Kumar Singh
Automatic Reference Counting (ARC) is designed to manage memory automatically, so you don't have to call the dealloc method explicitly. When an object with ARC reaches zero retain count, ARC calls dealloc for you. However, if needed, you can still override dealloc in a subclass or category, but it's not typically necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category