Replies: 1 comment
-
Well, the reason this doesn't work is because our view is neither a There's been a bit of work on this in the past in #3571. For now, I'd suggest you create such a view yourself, and insert it as a subview with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know in UIKit how to do this. There is a property of
UITextField
calledreturnKeyType
. But I'm wondering if something is exposed for me to do this from Rust? I tried grabbing the UIView out of the raw window handle and setting the returnKeyType, but the protocol method is optional and not implemented.Beta Was this translation helpful? Give feedback.
All reactions