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 クラスの拡張機能を追加すると、.h ファイルしか作成されません。実装はどこで行うべきですか?
クラス拡張は、それが言うことを行います。クラスの宣言を拡張します。カテゴリとは異なり、クラス エクステンションは、クラスのコンパイル@property時に自動的に合成される宣言を追加できます。@implementation
@property
@implementation
唯一の要件は#import、@implementation.
#import
つまり、クラス@implementation は拡張機能の実装です。