Pergunta

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.

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top