iPhone Settings app and keyboard control?

Posted by randallmeadows on Stack Overflow See other posts from Stack Overflow or by randallmeadows
Published on 2010-04-19T21:45:10Z Indexed on 2010/04/19 21:53 UTC
Read the original article Hit count: 518

Filed under:
|
|
|

So I'm putting my app's preference settings into the Settings app. One of the settings is an edit text field (PSTextFieldSpecifier). When touched, the keyboard dutifully appears, I can make the edits, but when I press Return....nothing. Well, the editing is completed, but the keyboard remains. I see no way to make the keyboard go away.

I also notice this same behavior in other Settings panes, including those from Apple. Do I assume correctly that this is just standard behavior and I need to just accept the fact that my Settings table has now been reduced to half size, and just deal?

Furthermore, I gather there is no approved way to have a "rich" child pane display, such as that seen in Settings->General->About->Legal? Or a way to do what appears to be a -presentModalViewController, a la Settings->General->Passcode Lock?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about settings