Instance Method
afterDelay(_:do:) afterDelay:do: afterDelay_do_
Declaration
func afterDelay(_ delay: TimeInterval, do block: ((Any?) -> Void)!)Declaration
- (void) afterDelay:(NSTimeInterval) delay do:(void (^)(id self)) block;Declaration
afterDelay_do_(delay: float, self: object, block)