阅读背景:

什么时候释放对象最终被销毁?

来源:互联网 

When you release an object in Objective-C (assuming its release count is 1) its release count is decremented to 0 and the dealloc method called. Is the object destroyed right there and then after the [super dealloc], or is it added to the pool and destroyed when the pool is drained?When you release an object in Objective-C (assu




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: