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
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.
精彩评论