Tag Archives: objective-c

Assign, retain, copy pitfalls in Objective-C

Cocoa With Love (Matt Gallagher): Assign, retain, copy pitfalls in Objective-C.

Posted in Link | Tagged , , , | Comments Off

Objective-C 2.2 Features

Martin Pilkington (Code Collector Pro) on Objective-C 2.2 features. He covers the code reduction features of the new runtime. These are coming to “modern” Apple runtimes, meaning 64-bit Mac and iPhone.

Posted in Link | Tagged , , , | Comments Off

Objective-C 2.0's dot syntax

Chris Hanson on Objective-C 2.0′s dot syntax. When to use it, when to not use it, and what it’s really there for.

Posted in Link | Tagged , , | Comments Off

Rules to avoid retain cycles

Matt Gallagher: Rules to avoid retain cycles

Posted in Link | Tagged , , , , , , | Comments Off

UIView manipulation made easier with a category

Michael Fey: UIView setup easier. I’ve done similar; very helpful.

Posted in Link | Tagged , , | Comments Off

Objective-J

On Leaky Abstractions and Objective-J.

Posted in Link | Tagged , , | Comments Off

WarpedVisions on Objective-C, square 1

Bruce over on WarpedVisions writes on entering the world of Objective-C and Cocoa development. I’m barely past square one, but I found this an interesting title. Of course, what Bruce means is the whole Mac OS X development experience, but … Continue reading

Posted in Articles | Tagged , , , | 2 Comments