uikeycommand Questions
4
Solved
If a key command is registered, it's action might be called many times if the user holds down the key too long. This can create very weird effects, like ⌘N could repeatedly open a new view many tim...
Liggett asked 18/1, 2017 at 23:45
4
Solved
Anyone know how to detect the "delete" key using UIKeyCommand on iOS 7?
Alroy asked 27/2, 2014 at 12:18
3
Solved
I’m new to iOS development. Following a tutorial I have created a simple calculator using SwiftUI.
I have a keyboard attached to my iPad, and I would like to be able to enter values using the keyb...
Aland asked 18/1, 2020 at 4:55
2
Solved
For some reason I can't get hardware keyboard shortcuts to work in iPadOS 15 (beta 5). They work for most keys, but not for arrow keys and tab key.
The same code seems to work well when compiled in...
Scrutinize asked 10/8, 2021 at 17:59
4
Solved
Is it possible to get continuous key presses?
I'm using keyCommands: to intercept the arrows keys being pressed on an external keyboard, but I only get 1 call per press. I would love to get eithe...
Alfalfa asked 9/1, 2014 at 12:51
1
Solved
I support keyboard shortcuts in my iOS app through serving UIKeyCommand instances from my view controller.
The following works like a charm and causes the provided selector to be invoked every tim...
Barto asked 23/2, 2015 at 13:29
1
Solved
I'd like to make a UIKeyCommand that uses only the [return] key. So far I've tried:
UIKeyCommand *selectCommand = [UIKeyCommand keyCommandWithInput:@"\n" modifierFlags:0 action:@selector(chooseSel...
Ranjiv asked 25/2, 2014 at 22:21
1
© 2022 - 2024 — McMap. All rights reserved.