html5中文学习网

您的位置: 首页 > ios » 正文

iOS框架

[ ] 已经帮助:人解决问题

Frameworks

An app consists of code that you write and frameworks provided by Apple. A framework contains a library of methods that your app can call. More than one app can access a framework library at the same time.fPvHTML5中文学习网 - HTML5先行者学习网

image: ../Art/framework.pngfPvHTML5中文学习网 - HTML5先行者学习网

Any app that you develop links to multiple frameworks. You can take advantage of a framework through its application programming interface (API). The API, published in header files, specifies the available objects, classes, data structures, and protocols. Apple writes frameworks that anticipate the basic features you might want to implement. You should use frameworks both to save time and effort and to make sure that your code is efficient and secure. The system frameworks are the only way to access the underlying hardware.fPvHTML5中文学习网 - HTML5先行者学习网

参考资料

https://developer.apple.com/library/ios/#referencelibrary/GettingStarted/RoadMapiOS/Frameworks/Frameworks.html
(责任编辑:)
推荐书籍
推荐资讯
关于HTML5先行者 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助