Question

Is there a way to programmatically tap a key, just as a user would so the key pop up animation takes place?

Was it helpful?

Solution

Yes, it's possible but a good amount of work. It depends what your goal is.

UISpec is a good place to start looking. If you are interested in simulating clicks for testing purposes, then you can just use the library. Otherwise, it would contain the source and pointers to how you can do it yourself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top