CACurrentMediaTime()
Returns the current absolute time, in seconds.
Declaration
func CACurrentMediaTime() -> CFTimeIntervalMentioned in
Return Value
A CFTimeInterval derived by calling mach_absolute_time() and converting the result to seconds.
Returns the current absolute time, in seconds.
func CACurrentMediaTime() -> CFTimeIntervalA CFTimeInterval derived by calling mach_absolute_time() and converting the result to seconds.