+ instanceMethodForSelector:
Locates and returns the address of the implementation of the instance method identified by a given selector.
指定されたセレクタによって識別されるインスタンスメソッドの実装の所在(アドレス)を突き止めて返します。
+ instanceMethodSignatureForSelector:
Returns an
NSMethodSignature
object that contains a description of the instance method identified by a given selector.- methodSignatureForSelector:
Returns an
NSMethodSignature
object that contains a description of the method identified by a given selector.