I have a view in my app with many labels and a toolbar with some buttons. I would like to edit all the labels at the same time when pressing a button. I thought it might be a way to “popup” a text input and make a keyboard appear at the same time. Which is the cleanest way to do that?
Thank you
I have a view in my app with many labels and a toolbar with
Share
http://discussions.apple.com/thread.jspa?messageID=8445879
Alternatively. Here’s how I do it:
Then in the UIAlertView delegate method you read the content from textField.text 🙂