Type Method 型メソッド

resolveClassMethod(_:)

Dynamically provides an implementation for a given selector for a class method. ある指定された、クラスメソッドに対するセレクタに、実装を動的に提供します。

Declaration 宣言

class func resolveClassMethod(_ sel: Selector!) -> Bool

Parameters パラメータ

name

The name of a selector to resolve. この名前のセレクタを解決します。

Return Value 戻り値

true if the method was found and added to the receiver, otherwise false.

Discussion 解説

This method allows you to dynamically provide an implementation for a given selector. このメソッドは、あなたに指定されたセレクタに対する実装を動的に提供させます。 See resolveInstanceMethod(_:) for further discussion.

See Also 参照

Dynamically Resolving Methods 動的に決定するメソッド