What is the need for retain an NSObject in ios application?
What is the difference between retainCount==1,retainCount=2,.....etc?
How properties can handle retaining and releasing instance variable?
retain
or release
correctly for object types.It sure sounds like you need to read some of the documentation. Perhaps specifically the Memory Management Programming Guide?