Instance Property インスタンスプロパティ

userInfo

The receiver's userInfo object. レシーバのもつuserInfoオブジェクト。

Declaration 宣言

var userInfo: Any? { get }

Discussion 議論

Do not access this property after the timer is invalidated. Use isValid to test whether the timer is valid. このプロパティにタイマーが無効にされた後にアクセスしないでください。isValidを使ってタイマーが有効かどうかテストしてください。

See Also 参照

Retrieving Timer Information タイマー情報を取って来る

Related Documentation 関連文書