remove(_:willInsertText:completionHandler:)

Removes a placeholder object from the text input view.

Declaration

func remove(_ placeholder: UITextPlaceholder, willInsertText: Bool, completionHandler: @escaping  @Sendable () -> Void)
func remove(_ placeholder: UITextPlaceholder, willInsertText: Bool) async