You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a keyboard that analyzes the user input.
I found the function keyPressed(key: Key) in KeyboardViewController.swift, but can't seem to use it to actually get what's typed (a print doesn't work, and putting a breakpoint neither).
Where is the function in charge of handling user inputs?
The text was updated successfully, but these errors were encountered:
@josh990 For the sake of clarity, I will include a picture of what @dawand is talking about:
Also, relatedly, when I archived my project and uploaded it to iTunes connect, it combined the two and I was unable to select the "Keyboard" in that particular menu. Instead, I had to go go through the top toolbar "Product > Scheme > Keyboard".
I am developing a keyboard that analyzes the user input.
I found the function
keyPressed(key: Key)
in KeyboardViewController.swift, but can't seem to use it to actually get what's typed (aprint
doesn't work, and putting a breakpoint neither).Where is the function in charge of handling user inputs?
The text was updated successfully, but these errors were encountered: