objective c - After ARC, in what ways you can still refer to a deallocated object by mistake? -
is still possible? mean weak pointers automatically nulled. strong pointers deallocate when pointed somewhere else.
can still have error of pointing deallocated objects?
__unsafe_unretained done knows they're doing. it's not mistake.
__unsafe_unretained, cftyperefs, malloc()ed memory
Comments
Post a Comment