Imported C and Objective-C APIs インポートされたCおよびObjective-C API

Use native Swift syntax to interoperate with types and functions in C and Objective-C. 本来のSwift構文を使ってCおよびObjective-Cでの型および関数と相互作用します。

Overview 概要

You can access and use pieces of code written in C and Objective-C from within your Swift code. After you import an Objective-C framework, a C library, or a header file, you can work with Objective-C classes and protocols, as well as common C constructs, functions, and patterns. あなたは、CおよびObjective-Cで書かれるコードの断片にアクセスおよび利用することがあなたのSwiftコード内部から可能です。あなたがObjective-Cフレームワーク、Cライブラリ、またはあるヘッダファイルをインポートした後、あなたはObjective-Cのクラスとプロトコル、それだけでなく一般的なC構造体、関数、そしてパターンを扱うことができます。

Topics 話題

Swift and Objective-C in the Same Project 同じプロジェクトの中のSwiftとObjective-C

Access your Swift code from within your Objective-C codebase, and your Objective-C code from Swift. あなたのSwiftコードにあなたのObjective-Cコードベース内からアクセスします、そしてあなたのObjective-CコードにSwiftからアクセスします。

Cocoa Frameworks Cocoaフレームワーク

Objective-C APIs Objective-C API

C APIs C API

See Also 参照

Language Interoperability 言語互換性