Global Variable グローバル変数

NSRunLoopCommonModes

A pseudo-mode that includes one or more other run loop modes. ある擬似モード、それは1つ以上の他の実行ループモードを含みます。

Declaration 宣言

const NSRunLoopMode NSRunLoopCommonModes;

Discussion 議論

When you add an object to a run loop using this mode, the runloop monitors the object when running in any of the common modes. For details about adding a runloop mode to the set of common modes, see CFRunLoopAddCommonMode.

See Also 参照

System Run Loop Modes システム実行ループモード