Pergunta de entrevista da empresa Apple

Why do you write "assign" in a property declaration on an Objective-C class

Resposta da entrevista

Sigiloso

24 de jul. de 2014

Because such property will most likely be holding a primitive value such as int, BOOL, or a C struct instead of a pointer to an object.