Philipp Jahoda
Philipp Jahoda

Reputation: 51411

How to programmatically set multi-value preference?

I am using the InAppSettingsKit.

Now I want to create a multi-value preference with 24 different values and titles for the user to choose from (for each hour of the day).

Since I do not want to type all the values by hand, I'd like to know if there is a way to set them programatically everytime the 'SettingsViewController` opens?

Is there a way to do this?

Upvotes: 1

Views: 268

Answers (1)

Ortwin Gentz
Ortwin Gentz

Reputation: 54121

This is currently not possible. However, there's a pull request to get titles and values from the delegate.

Upvotes: 2

Related Questions