Example:
@property (..., assign)
there, I don't do any cleanup in the dealloc Method. But when I have an
@property (..., retain)
then I would do so.
I have that from somewhere in the internet. Don't remember the site. Well, I know that the retain-keyword in the compiler directive would make a retain count +1, but actually I think that I missed the deep difference in assign and retain.