What is the effect of using 'weak' in the following @property definition: @property (nonatomic - weak) SomeClass *responder; ?

🎲 Try a Random Question  |  Total Questions in Quiz: 85  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
iOS Technical Test — practice the complete quiz, review flashcards, or try a random question.


What is the effect of using 'weak' in the following @property definition: @property (nonatomic - weak) SomeClass *responder; ?