Search code examples
iossettingsinappsettingskit

IASK In App Settings Kit - UITabController Multi View


I have created an application that uses a UITabBarController, one of the tabs is 'Settings' for which I am using IASK.

This works fine for most of the settings, however when I use a 'Multi Value' and press the button I am not presented with the next view controller with the relevant multi values.

Is this something to do with the UITabBarController, does IASK want a UINavigationController?

I'm not seeing any errors, the cell I selected just stays greyed and nothing happens.

Any help or tips would be much appreciated!

Thx//56k


Solution

  • Yes, IASK needs to be embedded in a UINavigationController since it pushes view controllers on the stack.