Question

I am not able to integrate IASKAppSettingsViewController into my tab bar.

Can someone please help me with it?

Était-ce utile?

La solution

For this to happen storyboard should look like:

[UITabBarController]-->[UINavController]-->RootControllerSegue-->[UITableViewController]

set class for [UITableViewController] as "IASKAppSettingsViewController"

set [UITableView] style as "Grouped"

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top