flâneur — a map of the web's best reading

Defining Classes

developer.apple.com · 3,985 words · saved by 1 readers

Describes elements of best practice when writing code with Objective-C using ARC.

Next Previous Defining Classes When you write software for OS X or iOS, most of your time is spent working with objects. Objects in Objective-C are just like objects in other object-oriented programming languages: they package data with related behavior. An app is built as a large ecosystem of interconnected objects that communicate with each other to solve specific problems, such as displaying a visual interface, responding to user input, or storing information. For OS X or iOS development, you don’t need to create objects from scratch to solve every conceivable problem; instead you have a la

Explore this link on the map →

related reading