Re: Customizing UIAlert keyboard behavior

2012-12-19 Thread Matt Neuburg
On Dec 19, 2012, at 8:23 PM, cocoa-dev-requ...@lists.apple.com wrote: > Message: 1 > Date: Wed, 19 Dec 2012 12:18:12 -0800 > From: Jens Alfke > > I’m popping up a UIAlert with a text field in it. I want the text field to > auto-capitalize all words, and I want the Return key to dismiss the ale

Customizing UIAlert keyboard behavior

2012-12-19 Thread Jens Alfke
I’m popping up a UIAlert with a text field in it. I want the text field to auto-capitalize all words, and I want the Return key to dismiss the alert. I’m doing this by setting properties of the text field, but they have no effect at runtime. Here’s my code: UIAlertView* alert = [[UIAlertVie