Contents

presentedTime

The host time, in seconds, when the drawable was displayed onscreen.

Declaration

var presentedTime: CFTimeInterval { get }

Discussion

Typically, you query this property in a callback method. See addPresentedHandler(_:).

The property value is 0.0 if the drawable hasn’t been presented or if its associated frame was dropped.

See Also

Getting presentation information