博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

转NSBundle介绍和使用

Posted on 2013-01-09 11:02  酸梅拯救地球  阅读(122)  评论(0)    收藏  举报

原文http://blog.csdn.net/totogo2010/article/details/7669837

An NSBundle object represents a location in the file system that groups code and resources that can be used in a program. NSBundle objects locate program resources, dynamically load and unload executable code, and assist in localization. You build a bundle in Xcode using one of these project types: Application, Framework, plug-ins.