Closed st400 closed 6 years ago
How should that be an issue in IASK? You're replacing all view controllers of the tab bar controller so I do expect that they are all thrown back to root.
If I execute the same method (settingsChanged:) from a button within a custom UIViewController it behaves differently - they not thrown back.
You can provide a sample project and I'll look into it when my time permits.
Please check if the issue persists in the latest update and create a new issue if needed.
I add a observer for kIASKAppSettingChanged notification and would like to change the tabBar viewControllers:
After update the viewControllers the IASKAppSettingsViewController pop to the root SettingsViewController. Is the behavior wanted?
How can I change the tabbar viewControllers by pressing the toggle buttons without change the current view?