Search code examples
Under ARC, is there any difference between [[X alloc] initWith..] and [X xWith…]?...

objective-cautomatic-ref-countingalloc

Read More
Objective C typedef Enum memory management...

objective-cmemory-managementenumsdeallocalloc

Read More
Automatic Reference Counting Issue: Assigning retained object to unsafe_unretained variable; object ...

objective-cobjectautomatic-ref-countingalloc

Read More
Cocoa : Objects allocated but not properly accessible?...

objective-ccocoaobjectmemory-managementalloc

Read More
NSMutableArray alloc and init not working properly...

objective-cxcodensmutablearrayinitalloc

Read More
Is it incorrect to re-assign to a pointer which contains an autoreleased object?...

objective-ccocoamemory-managementautoreleasealloc

Read More
Objective-C - difference between alloc and allocFromZone?...

objective-calloc

Read More
Objective-C: Calling class 2 instance from class1 [alloc init] way is not working...

objective-cclassinitvoidalloc

Read More
Why does implicit initialization of a variable not work consistently on iPhone?...

iphoneobjective-cinitializationinitalloc

Read More
alloc and init in a subclass...

objective-cinitalloc

Read More
Problem realeasing allocated objects...

objective-creleasealloc

Read More
Separating alloc and init when initializing NSString...

ios4nsstringinitalloc

Read More
iPhone alloc and release...

iphoneobjective-ciosreleasealloc

Read More
Memory Allocation Question...

iphoneobjective-cxcoderetainalloc

Read More
iPhone memory management...

iphoneobjective-cmemoryalloc

Read More
Objective C: release and alloc...

objective-creleasealloc

Read More
Conditional alloc/dealloc? [Objective-c and Cocos2D]...

objective-cconditional-statementsreleasedeallocalloc

Read More
init] in automatic reference counting...

objective-cxcodeinitializationallocautomatic-ref-counting

Read More
App crashes when releasing a view properly...

iphoneviewcrashreleasealloc

Read More
Child class calls a method of the parent class...

objective-cmethodsparent-childclass-hierarchyalloc

Read More
Is NSDictionary Defined?...

objective-cnsdictionaryalloc

Read More
Objective-C class inheritance and allocation...

objective-cinheritancealloc

Read More
Data going missing when passed between threads using a Singleton...

iphoneobjective-cmultithreadingsingletonalloc

Read More
How to release static Objective-C variables...

objective-cstaticreleasealloc

Read More
When declaring a new String Object, is it necessary to instantiate it first?...

objective-cinitalloc

Read More
Can I return allocated object and release it outside function?...

iphoneobjective-cmemoryalloc

Read More
What happens to alloc if initWithX fails?...

objective-cinitalloc

Read More
NSString alloc or not!...

objective-cnsstringalloc

Read More
problem initializing a custom class (UIImageView may not respond to '-alloc')...

objective-cuiimageviewalloc

Read More
-dealloc method not called when owning array dealloc'd... should it?...

objective-creleasenew-operatorinitalloc

Read More
BackNext