ios retainCount

retainCount

 

Important: Typically there should be no reason to explicitly ask an object what its retain count is (see retainCount). The result is often misleading, as you may be unaware of what framework objects have retained an object in which you are interested. In debugging memory management issues, you should be concerned only with ensuring that your code adheres to the ownership rules.

posted on 2015-08-23 01:27  lpwlpw  阅读(127)  评论(0编辑  收藏  举报

导航