Instance Method インスタンスメソッド

initWithCoder:

Creates a predicate by decoding from the coder you specify. ある述部をあなたが指定するコーダからデコードすることによって作成します。

Declaration 宣言

- (instancetype)initWithCoder:(NSCoder *)coder;

Parameters パラメータ

coder

The coder to read data from. このコーダからデータを読み出すことになります。

See Also 参照

Creating Comparison Predicates 比較述部を作成する