Is there any way to specify the return key used by the iPhone keyboard from Unity?
I have a search field and would prefer it if I could change the Return key to read “Search”. Objective-C has a property called “UIReturnKeyType” which I would like to set to UIReturnKeySearch but I don’t see any way to do that in Unity.
Alternatively, is there a location in the Objective-C code generated by Unity that I can edit to set UIReturnKeyType to UIReturnKeySearch?
Thanks,
Jared