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