Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Do loops and convenience methods cause memory peaks with ARC?

Get block argument from NSInvocation with ARC

Why is my object's weak delegate property nil in my unit tests?

Automatic Reference Counting: Error with fast enumeration

Objective-C ARC vs. MRR: why the switch?

When is NS_RETURNS_RETAINED needed?

NSPointerArray weird compaction

Forcing an object to deallocate under ARC

Weak property is set to nil in dealloc but property's ivar is not nil

Passing blocks in Objective-C

How do I know whether the compiler has ARC support enabled?

ARC forbids explicit message send of 'retain' issue

Link Errors with Parse.framework iOS

Debugging Only Obj-C/C in Xcode 4.3?

Overreleased MPMoviePlayerController under ARC in iOS SDK 8.4 on iPad

Do I ever have to call dispatch_release under ARC?

ARC - alloc into a strong property. Creates leak?

iOS 5 Instance variables

Remove objects from NSArray

MKMapView still sending messages to delegate after it's superview has been de-alloc'ed