How would I make an option in Settings.bundle which allows the user to select what type of textfield preference they would like? Example: selecting if they want autocompletion on or off.

Thanks

link|improve this question

54% accept rate
feedback

2 Answers

up vote 1 down vote accepted

This link could help ;)

link|improve this answer
1  
+1 for the link, but it's helpful to say that the link is to the Preferences section of the iOS Application Programming Guide. – Caleb Apr 13 '11 at 15:49
feedback

Seems like you'd use a toggle switch to turn autocompletion on or off, no? Read @Fran's linked document to find out how to include one in your Root.plist file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.