- methodForSelector:
Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.
あるメソッドのこのレシーバの持つ実装の所在(アドレス)を突き止めて返します、それでそれは関数として呼び出し可能です。
+ instanceMethodForSelector:
Locates and returns the address of the implementation 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.