Can you describe the naming convention difference between a method that returns an object it has allocated for the caller (and that the caller should release), and a method that returns an autorelease object?
Can you describe the naming convention difference between a method that returns an object
Share
According to this: