Note: This other question seems relevant but it\'s not: When does an associated object get released?
I\'m adding a second description to a UIView instan
UIView
Yes. When an object is dealloc'd, any associated objects (that use the RETAIN or COPY association types) are automatically released.
RETAIN
COPY