Contents

cancelPreviousPerformRequests(withTarget:)

Cancels perform requests previously registered with the Perform(_:with:afterdelay:) instance method.

Declaration

class func cancelPreviousPerformRequests(withTarget aTarget: Any)

Parameters

Discussion

All perform requests having the same target aTarget are canceled. This method removes perform requests only in the current run loop, not all run loops.

See Also

Sending Messages