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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -