Third-Party Frameworks

In addition to the frameworks provided by Apple, several third-party objective frameworks are available. One of the most notable is the collection of frameworks from The Omni Group. Omni makes not only the same frameworks developers use in their applications, but also the source code for the frameworks.

Omni provides the following frameworks, whose source code can be downloaded from Omni’s developer web site (http://www.omnigroup.com/developer/sourcecode):

OmniBase

This framework provides several low-level classes that provide allocation and initialization debugging aids, classes that aid interaction with the Objective-C runtime, and an exception handling mechanism that is an alternative to the standard one provided in Cocoa.

OmniFoundation

This framework provides several extensions to Cocoa’s Foundation framework, including classes that handle strings, scanning, and regular expressions.

OmniNetworking

This framework is an Objective-C wrapper to the networking libraries that already exist in Mac OS X. OmniNetworking supports major networking protocols such as Multicast, TCP, and UDP.

OmniAppKit

This framework provides lots of neat controls, such as a calendar and chasing arrows, as well as larger application components such as a skeletal preferences system and Find panel.

OWF

The Omni Web Framework is the base architecture for OmniWeb that handles all content retrieval and parsing, and other functions related to Internet application development. Omni says: “If ...

Get Cocoa in a Nutshell 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.