CMClockMightDrift(_:otherClock:)
Returns a Boolean value that indicates whether it’s possible for two clocks to drift relative to each other.
Declaration
func CMClockMightDrift(_ clock: CMClock, otherClock: CMClock) -> BoolParameters
- clock:
The first clock to compare.
- otherClock:
The second clock to compare.