Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multi Value Setting (Settings.bundle) issue

I just can't get Multi Value settings to work in my Ipad app. This is my plist code for the multi value:

<dict>
        <key>Type</key>
        <string>PSMultiValueSpecifier</string>
        <key>DefaultValue</key>
        <string>0</string>
        <key>Values</key>
        <array>
            <string>0</string>
            <string>1</string>
            <string>2</string>
        </array>
        <key>Title</key>
        <string>Project</string>
        <key>Key</key>
        <string>project</string>
    </dict>

I already tried everything, reset the iPad simulator, added other settings... and multi values keep on not showing in the settings. Am i missing something?

like image 896
francis Avatar asked Feb 19 '26 00:02

francis


1 Answers

Solved this by defining the array of "Titles". It won't show the setting without it.

like image 73
francis Avatar answered Feb 21 '26 15:02

francis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!