最終更新:2012-09-25 (火) 01:53:25 (4225d)  

SEL
Top / SEL

Compiled selectors are assigned to a special type, SEL, to distinguish them from other data.

メモ

  • SELオブジェクトに格納したメソッドの実行にはNSObjectperformSelector?を用いる。

関数

  • NSStringFromSelector?
  • NSSelectorFromString?

関連

  • @selector - The @selector() directive lets you refer to the compiled selector, rather than to the full method name.