Home Tutorialhelp Allcomments Iphone Objectivec Access Modifiers

 
 

Comments

 
User Comments for the tutorial:

Access Modifiers and Garbage Collection



Comments

Typo in MyClassMain.m?
In the example MyClassMain.m, there is the code: [class1 release]; [class1 release]; Shouldn't the second line release class2? Like: [class1 release]; [class2 release];  

Related Tutorial and Articles

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.