iOS Virtual Keyboard "Done" button for multiline TextFields
How do I get multiline textfields to display the standard iOS controls with the "done" button so that users wont be stuck after selecting the textfield? My app requires there to be multiline textfields for editing stuff.
I have made a custom control to close the keyboard which works, but it is kind of tacky, and I dont know if it is in line with the Human Interface Guidelines. I would prefer to do it the proper way rather than risk my app being rejected for this.
