Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in automatic-ref-counting

capturing self strongly in this block is likely to lead to a retain cycle

How do I avoid capturing self in blocks when implementing an API?

What kind of leaks does automatic reference counting in Objective-C not prevent or minimize?

What is the difference between a weak reference and an unowned reference?

Always pass weak reference of self into block in ARC?

When converting a project to use ARC what does "switch case is in protected scope" mean?

Semantic Issue: Property's synthesized getter follows Cocoa naming convention for returning 'owned' objects

Objective-C declared @property attributes (nonatomic, copy, strong, weak)

Why does Apple recommend to use dispatch_once for implementing the singleton pattern under ARC?

Can I use Objective-C blocks as properties?

Objective-C ARC: strong vs retain and weak vs assign

Shall we always use [unowned self] inside closure in Swift

Should IBOutlets be strong or weak under ARC?

performSelector may cause a leak because its selector is unknown

How can I disable ARC for a single file in a project?