简体   繁体   中英

How to change text on done button ios keyboard

I'm working on Web base App right now. (not native Obj/swift app) so in my xcode only have view to show my web app.

I want to change "done" button text (the one on the top of keyboard) to something else. I want to change all of them not just one specific textbox Is it possible to do that ?

If you are using a Textfield, it won't support the enter functionality.

Use a UITextView to achive the enter functionality

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM