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