Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
Frameworks - iPhone Development Wiki

Frameworks

From iPhone Development Wiki
Revision as of 04:52, 14 August 2010 by Sakurina (talk | contribs) (Put back the navbox I accidentally removed.)

Frameworks are bundles which contains a linkable library (usually a dylib), the associated resources and headers for development.

There are so called “public” and “private” frameworks. The former are usually well documented and prepared for use by general developers, while the latter are (supposed to be) restricted for internal use only. Public frameworks can be found in /System/Library/Frameworks, and the private ones in /System/Library/PrivateFrameworks. Other than these artificial division, there are no difference between public and private frameworks.

Structure of a Framework

Frameworks should have an extension of .framework. Headers, if any, should be stored in a subdirectory called Header.

References

List of frameworks

This reflects the state of frameworks as of iOS 4.0 (8A293).

Public