0
我是新來的iOS開發,當我使用下面的代碼保留計數達到3和應用程序將崩潰,減少保留計數當啓用ARC模式
AsyncronousUIImage *image=[[AsyncronousUIImage alloc] init];
[image loadImageFromURL:imageURL inImageView:templateView];
image.delegate=self;
[templateScroll addSubview:templateView];
我有ARC啓用模式,我正在使用xcode 4.6。
得到的錯誤:
的malloc:*錯誤對象0xa293dd0:被釋放的指針沒有被分配 *設置malloc_error_break斷點調試
知道的任何幫助。
你可以給我發送相關的鏈接或示例代碼,我是新的iOS開發我無法正確理解你。 – Kunal 2013-03-07 12:27:06
@Kunal Sure - 這是[ARC發佈說明](http://developer.apple.com/library/ios/#releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html) – Abizern 2013-03-07 12:30:26