Search code examples
Objective-C retain counts clarification...


objective-ccocoaretain

Read More
Should I retain an autoreleased object when assigned to a retained property?...


iphoneobjective-cpropertiesretainautorelease

Read More
NSTimer bad access...


crashnstimerretain

Read More
My custom class object gets released even after retaining it...


ios4releaseretainiphone

Read More
When does retain count for an autoreleased object decrement?...


objective-cretainautorelease

Read More
Why NSString variable needs to be retained?...


iphoneobjective-cnsstringretainautorelease

Read More
Memory problem with this code...


iphoneobjective-cmemory-managementmemory-leaksretain

Read More
how to use correctly retain and release in an app for iPhone / iPad...


iphoneipadsdkreleaseretain

Read More
@property retain - iPhone...


iphoneobjective-cpropertiesretain

Read More
Basic retain, autorelease question...


iphoneobjective-ciosretainautorelease

Read More
iPhone - What happens if retain after autorelease?...


iphoneobjective-cretainautoreleasensautoreleasepool

Read More
What's the changes between developing for the iPhone and the iPhone 4?...


iphoneobjective-cretain

Read More
Question about retain and copy in Objective c...


iphoneobjective-ccocoacopyretain

Read More
UIView not retaining subviews...


iphoneobjective-cuiviewretain

Read More
(iphone) am I creating a leak when creating a new image from an image?...


iphoneuiimageretain

Read More
iPhone : copyWithZone : releasing an object before its return?...


iphonereleasereturnretaincopywithzone

Read More
Having properties that return copies of objects in the getter, and retain objects in the setter...


objective-cpropertiescopyretain

Read More
Objective-C retain clarification...


iphoneobjective-cretain

Read More
PHP - Best practice to retain form values across postback...


phppostbackretain

Read More
Handling an external screen on the iPad...


iphoneipadretainvga

Read More
instance variables not accessible...


iphoneexc-bad-accessretainretaincount

Read More
iPhone dev, NSDictionary how to retain full Dict?...


iphoneiosnsdictionarynsmutabledictionaryretain

Read More
I have to retain a NSMutableArray although it's a property...


iphonepropertiesnsmutablearrayretainautorelease

Read More
Objective C, Memory Management...


iphoneobjective-cmemory-managementretainautorelease

Read More
Adding @Property UISwitch to TableView Causes RetainCount Problems...


iphoneuitextfieldretainuiswitchretaincount

Read More
How to set retain for properties nested to struct?...


objective-cstructretain

Read More
UIViewController retain problem: count never reaches zero...


iphoneipadmemory-managementretain

Read More
How to fix strange retain count (1 init - 3 retaincount)? + edit: dealloc problem...


iphoneipadmemory-managementretaindealloc

Read More
Does @property (readonly, retain) have a meaning?...


objective-cpropertiesreadonlyretain

Read More
Should I use @property (retain) for a @dynamic property setter that is retaining?...


objective-cpropertiesretain

Read More
BackNext