iOS UITextView con detector de datos de correo electrónico/teléfono: intercambie funciones de toque único/toque largo
Frecuentes
Visto 736 veces
2
By default when the UITextView is set to detect email addresses and phone numbers, it provides the following built-in functions :
Single tap : Email - open new message in mail app; Phone - alert dialog for Cancel or Call
Long tap : Email - action sheet menu options; Phone - action sheet menu options
What I'd like to do is to swap these functions around so that the single tap provides the action sheet menu options rather than a long tap. Is this possible? How would I go about this?
0 Respuestas
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas objective-c ios hyperlink uitextview gesture or haz tu propia pregunta.
trying to do something similar, did you find a solution? - Thomas Einwaller