objective c - Deleting charachters as long as button is pressed -


how can deleting characters interval long button pressed? have tried use longpressgesturerecognizer, got infinite loop.

if want change things that, have implement own text editor. default text editors react on keypress events auto repeated os after has been held down time. can change os settings minimize delay works on system-wide keypresses (and you). if want change behavior of specific text editor, have implement own text editor reacts on keydown/keyup events , handles repeating internally through timer.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -