- seconds
- The number of seconds between firings of the timer.
- target
- An object that will be invoked when the timer fires.
- selector
- The method that will be invoked on target.
- userInfo
Custom user information.
This parameter can be null.
- repeats
- Whether this timer should repeat automatically (true) or will be invalidated after firing the first time (false).