You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use it in a tab bar controller app. Unfortunately when the console is shown the tab bar gets another empty tab added for the console. Probably this window.rootViewController?.addChild(consoleViewController) is the problem.
Any idea on how to fix this?
The text was updated successfully, but these errors were encountered:
Thanks for making this awesome tool!
I use it in a tab bar controller app. Unfortunately when the console is shown the tab bar gets another empty tab added for the console. Probably this
window.rootViewController?.addChild(consoleViewController)
is the problem.Any idea on how to fix this?
The text was updated successfully, but these errors were encountered: