what is the difference between framework and bundle in iphone OS?

…衆ロ難τιáo~ 提交于 2019-12-05 06:10:37

Frameworks are groups of libraries, headers, et. al. which together make up a unit that you can use when programming. Kind of like a DLL on other platforms, except more than that.

A bundle is a structured folder which contains code and other support files. Frameworks are bundles. So are applications.

These are the same as on Mac OS X, since the iPhone OS is Mac OS X (though a special version of it).

See: Bundle Structures

And: Frameworks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!