Pregunta

I need to create a multivalue select with the option of typing in a custom value on my app's settings panel. Is that possible?

Note: I am asking about the panel displayed for my app in the iOS settings - not in one of my ViewControllers.

¿Fue útil?

Solución

Unfortunately, no, it isn't possible. Here's the documentation page that lists the different types of settings you can make available:

http://developer.apple.com/library/ios/#DOCUMENTATION/Cocoa/Conceptual/UserDefaults/Preferences/Preferences.html

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top