I want to make a custom keyboard. Some characters have multiple options (like in the picture). What is the best approach to emulate this behaviour? I tried adding a subview on top of the custom keyboard view, but that is not responding to any events. Probably because the underlying UIButton is still taking care of the touch events.
Asked
Active
Viewed 204 times
4
-
Did you found an answer? I have the same problem – Alex Apr 17 '19 at 15:03
-
Sorry, no. But it has been a while since I tried that. Maybe things have changed now in the API's. – user965972 Sep 13 '19 at 16:23