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?
when i am retain/releasing NSObject
,the retain count increate/decrease by one, what happens exactly in memory?
EDIT: