InAppSettingsKit pop the UINavigationController automatically?

198 views Asked by At

Is it possible with IASK to have a PSMultiValueSpecifier automatically pop the stack when the user makes their selection?

1

There are 1 answers

4
Ortwin Gentz On BEST ANSWER

Not, currently. The current behavior is identical to the system settings app. I can see the usefulness of this and it wouldn't be hard to integrate this, possibly with a custom IASKPopOnSelect attribute in the plist that enables this. Feel free to contribute, we're gladly accepting pull requests ;-)