iOS高級工程師必備之代理代理消息轉發避免循環強引用

我們知道,iOS中的強強循環引用會造成被引用對象無法釋放,即內存泄露。 看下面這個在UIViewController裏面運行的例子: self.timer = [NSTimer timerWithTimeInterval:1.0f target:self selector:@selector(test1) userInfo:nil repeats:YES]; [[NSRunLoop current
相關文章
相關標籤/搜索