0

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

4

1 回答 1

0

是的,IASK 需要嵌入到 a 中,UINavigationController因为它将视图控制器推送到堆栈上。

于 2014-10-15T18:09:58.127 回答