ios edgesForExtendedLayout #3647
Unanswered
frederikbosch
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I create a standalone UITabBar and a standalone UINavigationBar with Swift in a Capacitor plugin, so without controller, Capacitor's bridge view will be lying under tab bar and navigation bar. How can I make the bridge view to fall between the two bars?
The most given answer on stackoverflow and others is to set
self.bridge.viewController.edgesForExtendedLayout = []
, but this does not seem to be working. Does anyone has an idea how to accomplish this?Beta Was this translation helpful? Give feedback.
All reactions