Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问一下,如果我有一个用 C 编写的项目和另一个基于视图的 iphone 应用程序项目。当我在 iphone 项目中工作时,如何访问 C 库中的 C 方法和属性,我的意思是,如何在 iphone 应用程序中使用 C 项目?
任何帮助将不胜感激,谢谢。
C API 可以直接从 Objective-C 调用,不需要特殊技巧 - 就像 C 一样,#include 头文件并调用函数。