I’m developing an iPhone app. One of the screens contains several text fields, and an “edit” button. The text is static, but when the user taps the “edit” button, all the fields become editable. How do I communicate to the user via UI that they are now free to edit the text? I’ve played with changing the text/background color, but nothing seems right. I’ll appreciate any references to apps that handle this issue nicely.
I’m developing an iPhone app. One of the screens contains several text fields, and
Share
How about set the textfield become first responder and show up the keyboard when user press the button.