Chapter     10

Foundation Framework General Purpose Classes

The Foundation Framework defines a base layer of APIs that can be used for any type of Objective-C program. It includes root object classes, classes for basic data types such as strings, wrapper classes for primitive data types, and collection classes for storing and manipulating other objects, as well as classes for system information, networking, and other functionality. Mastering the Foundation Framework APIs is one of the keys to becoming a proficient Objective-C programmer. Part 3 will help you get there as you examine these APIs in depth.

The Foundation Framework evolved from the NeXTSTEP OpenStep APIs, created in 1993. These APIs included application layer Objective-C libraries, ...

Get Pro Objective-C now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.