Contents

mightDrift(relativeTo:)

Returns a Boolean value that indicates whether it’s possible for the clock to drift relative to the input.

Declaration

func mightDrift<T>(relativeTo clockOrTimebase: T) -> Bool where T : CMSyncProtocol

Parameters

  • clockOrTimebase:

    The clock to compare to.