iphone - Simulating keyboard tap -


is there way programmatically tap key, user key pop animation takes place?

yes, it's possible amount of work. depends goal is.

uispec place start looking. if interested in simulating clicks testing purposes, can use library. otherwise, contain source , pointers how can yourself.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -