Tag: programming
Sort: Newest First | Most Popular First
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...
Cocoa bindings is a collection of technologies you can use in your applications to fully implement a Model-View-Controll...
http://developer.apple.com/documentation/Coco...
Memory management, especially as it concerns Objective-C programs, is an important subject. Some of the more common prob...
http://developer.apple.com/documentation/Coco...
The NSSound class makes it extremely simple for Cocoa applications to load and play soundfiles. Instance methods provide...
http://developer.apple.com/documentation/Coco...
Most Wanted