Contents

CMTimebaseRemoveTimer(_:timer:)

Removes the timer from the list of timers the timebase manages.

Declaration

func CMTimebaseRemoveTimer(_ timebase: CMTimebase, timer: CFRunLoopTimer) -> OSStatus

Discussion

The timebase no longer maintain the timer’s “NextFireDate.” If the system invalidates the timer, the timebase eventually removes it from its list and releases it even if you don’t call this function.

See Also

Interacting with Timers