-
yaley
actually,
swiftUI
is just a module of build app in swift, but ofc! swiftui means it is a module in swift not in others! So swiftUI cannot be in the pythonistaBut, you might ask me ‘Then why developer doesn’t make it by hisself like
scene
module?’ because making a new module is very hard and lots of things & concepts will be changed -
-
-
yaley
And, also, can
vi.View().get_key_commands()
andui.View().key_command(sender)
detect keyup? if can, then i can make -
yaley
@cvp But the main problem is just when arrow keys will happen, just like umm i give you an example:
I am detecting keys withui.Textfield()
And now i start pressing left arrow key. So in the input it goes left ( the selection bar ), but if the right arrow keys joined the right arrow key, the selection bar of input still goes left. -