How to create "combobox" type select/text input in iOS settings bundle plist?

StackOverflow https://stackoverflow.com/questions/15437715

  •  24-03-2022
  •  | 
  •  

Вопрос

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.

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top