--[b]What’s a framework? [/b]We’re glad you asked. A framework is a collection of parts—headerfiles, libraries, images, sounds, and more—collected together into a single unit. Apple ships technologies such as [b]Cocoa, Carbon, QuickTime, and OpenGL as sets of frameworks[/b]. Cocoa consists of a pair of frameworks, Foundation and Application Kit (also known as AppKit),along with a suite of supporting frameworks, including Core Animation and Core Image,which add all sorts of cool stuff to Cocoa.
NSLog() is a Cocoa function that works very much like
printf().Just like printf(), NSLog()takes a string as its first argument.
NSLog() is a Cocoa function that works very much like
printf().Just like printf(), NSLog()takes a string as its first argument.
本文介绍了软件框架的概念及其组成元素,列举了Apple提供的多种框架技术如Cocoa、Carbon等,并详细解释了Cocoa框架中包含的具体组件,如Foundation和Application Kit。此外还提到了Cocoa框架中的一些辅助框架及其功能。

被折叠的 条评论
为什么被折叠?



