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ライブラリのプロパティにアクセスするにはどうすればよいですか?つまり、iphoneアプリでCプロジェクトを使用するにはどうすればよいですか?
助けていただければ幸いです、ありがとう。
C APIはObjective-Cから直接呼び出すことができ、特別なトリックは必要ありません。Cと同様に、ヘッダーファイルを#includeして関数を呼び出します。