Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiValue - Values and Titles from delegate #238

Closed

Conversation

dannyshmueli
Copy link
Contributor

When creating the InAppSettings plist we sometimes do not know what the values and titles for a multi values section are. This branch adds to new methods to IASKSettingsDelegate:

-(NSArray * )settingsViewController:(IASKAppSettingsViewController_)sender valuesForSpecifier:(IASKSpecifier *)specifier;
-(NSArray * )settingsViewController:(IASKAppSettingsViewController_)sender titlesForSpecifier:(IASKSpecifier *)specifier;

futuretap added a commit that referenced this pull request Jan 10, 2018
#238 (thanks, @ dannyshmueli)
documented DisplaySortedByTitle in the Readme;
@futuretap
Copy link
Owner

Thanks, merged.

@futuretap futuretap closed this Jan 10, 2018
@dannyshmueli
Copy link
Contributor Author

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants