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?
This is currently not possible. However, there's a pull request to get titles and values from the delegate.