Apple Interview Question

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

Interview Answer

Anonymous

Jul 24, 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.