class func resolveInstanceMethod (Selector!) -> Bool
Dynamically provides an implementation for a given selector for an instance method.
ある指定された、インスタンスメソッドに対するセレクタに、実装を動的に提供します。
Availability
Technology
name
The name of a selector to resolve. この名前のセレクタを解決します。
true
if the method was found and added to the receiver, otherwise false
.
This method allows you to dynamically provide an implementation for a given selector.
このメソッドは、あなたに指定されたセレクタに対する実装を動的に提供させます。
See resolve
for further discussion.
class func resolveInstanceMethod (Selector!) -> Bool