Tag: guide
Sort: Newest First | Most Popular First
A property list is a data representation used by Cocoa and Core Foundation as a convenient way to store, organize, and a...
http://developer.apple.com/documentation/Coco...
A stream is a fundamental abstraction in programming: a sequence of bits transmitted serially from one point to another ...
http://developer.apple.com/documentation/Coco...
Cocoa provides facilities for animating certain types of operations over a finite or indefinite amount of time. The basi...
http://developer.apple.com/documentation/Coco...
An NSValue object is a simple container for a single C or Objective-C data item. It can hold any of the scalar types suc...
http://developer.apple.com/documentation/Coco...
All Cocoa applications can and should be accessible to users with disabilities. The process of making an application acc...
http://developer.apple.com/documentation/Coco...
String objects represent character strings in Cocoa frameworks. Representing strings as objects allows you to use string...
http://developer.apple.com/documentation/Coco...
Most Wanted