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
Unfortunately, it's not possible because UITabBarController recognizes any child view controller as a tab bar content. Alternatively you can add a pane each child view controller of a UITabBarController.
If you display a panel over UITabBarController, you have 2 options.
Not able to add the float view controller on TabBarController
Expected behaviour
This should work on tab bar controller
Actual behaviour:
when add the container to the tab bar view controller getting this error:-
eg: playerFloatingContainer.addPanel(toParent: self, animated: true)
"UITabBarController displays child view controllers with a radio-style selection interface"
Steps to reproduce
Code example that reproduces the issue
How do you display panel(s)?
How many panels do you displays?
Environment
Library version
Installation method
iOS version(s)
Xcode version
The text was updated successfully, but these errors were encountered: