Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

Is it safe to assign a property to the result of an autoreleased initializer while using ARC?

"__block" variable results in nil value when go out of block

What happens when a block is set to nil during its execution?

Why ARC forbids calls to undeclared methods?

When I'm bridge casting an Objective C object do I have to do something special to prevent memory leaks?

Possibility of ARC overflow in Swift?

What's the difference between atomic reference counting and automatic reference counting?

How memory fragmentation is avoided in Swift

stringWithFormat vs initWithFormat under ARC

Where to set automatic reference counting - xcode 4.2

Getting EXC_BAD_ACCESS when using dispatch_async with Core Data

Creating a ZIP file from a folder in documents directory - Objective C (ARC)

ARC + cyclic references collector vs leading edge GC (say .NET 4.5 GC)

Why isUniquelyReferencedNonObjC returns false in this case?

NSHashTable retaining weak reference

When and why would I want to declare a local variable as __weak using ARC?

Prevent ARC from deallocating something that's not currently being used but will be soon?

Local variables default to strong or weak?

'__strong' only applies to objective-c object or block pointer types; type here is XXX" warning

How to use ARC compatible files in non ARC compatible projects