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

userInfo

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

Declaration 宣言

@property(nullable, readonly, retain) id userInfo;

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書