Contents

CACurrentMediaTime()

Returns the current absolute time, in seconds.

Declaration

func CACurrentMediaTime() -> CFTimeInterval

Mentioned in

Return Value

A CFTimeInterval derived by calling mach_absolute_time() and converting the result to seconds.

See Also

Animation Timing