views:

26

answers:

1

Hi,

Is there any any way to add a TextView to application settings in Iphone. According to Apple's documentation, I can only find TextField, but not TextView. I have tried several key values like PSTextViewSpecifier, but no luck. Any help is greatly appreciated.

+1  A: 

The settings bundle does not support a TextView.

John Franklin
Thanks. But how the signature in mail application works?If I am not wrong, it is a TextView inside a Child pane.
Manu
One possibility is that it uses Undocumented Apple APIs. More likely is the Settings.app has the "Mail, Contacts, Calendars" preference list hardcoded as it includes things like "Import SIM Contacts", a "settings" item that executes code -- also an impossible feat for mere mortal Settings.bundles.
John Franklin
Thanks. Actually textfield is still ok for my need, but I was looking for something more.
Manu