Type Method 型メソッド

protocolCheckerWithTarget:protocol:

Allocates and initializes an NSProtocolChecker instance that will forward any messages in aProtocol to anObject, the protocol checker’s target. NSProtocolCheckerインスタンスをアロケートおよび初期化します、それはaProtocolの中のあらゆるメッセージをanObject、プロトコルチェッカーのもつターゲット、に転送するものです。

Declaration 宣言

+ (instancetype)protocolCheckerWithTarget:(NSObject *)anObject 
                                 protocol:(Protocol *)aProtocol;

Discussion 議論

Thus, the checker can be vended in lieu of anObject to restrict the messages that can be sent to anObject. Returns the new instance. 従って、チェッカーはanObjectの代わりに供給されることで、anObjectに送られるメッセージを制限できます。新しいインスタンスを返します。

See Also 参照

Creating a checker チェッカーを作成する

Related Documentation 関連文書