Answer Posted / Varsha Choudhary
Weak references do not increase the retain count of the referenced object, and they are set to nil automatically when the referenced object is deallocated. Unowned references also do not increase the retain count but cannot be nil; this means that the referencing object must be assured to exist before using the unowned reference.
| 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