Instance Method
インスタンスメソッド
propertyForKey:
Returns the receiver’s property for a given key.
レシーバのもつプロパティをある与えられたキーに対して返します。
Parameters
パラメータ
key
The key for one of the receiver's properties. See Constants for a description of the available property-key constants and associated values.
レシーバのもつプロパティの1つに対するキー。定数を利用可能なプロパティキー定数と関連値の記述として見てください。
Return Value
戻り値
The receiver’s property for the key key
.
キーkey
に対するレシーバのもつプロパティ。
See Also
参照
Configuring Streams
ストリームを構成設定する
- setProperty:forKey:
Attempts to set the value of a given property of the receiver and returns a Boolean value that indicates whether the value is accepted by the receiver.
レシーバのある与えられたプロパティの値を設定するよう試みます、そしてその値がレシーバによって受け入れられるかどうかを指し示すブール値を返します。
delegate
Sets the receiver’s delegate.
レシーバのもつ委任先を設定します。