Type Property 型プロパティ

common

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

Declaration 宣言

static let common: RunLoop.Mode

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 システム実行ループモード