Skip to content

Is there any way to get rid of _LNPopupBottomBarSupport view above the popup content? #41

Closed Answered by LeoNatan
dsk1306 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,
popupBarShouldExtendPopupBarUnderSafeArea controls whether the frameworks installs a view under the safe area:


The extension view is of type _LNPopupBarExtensionView.

_LNPopupBottomBarSupport is used for non-navigation and non-tab bar controllers, as the default bottom docking view (to which the popup bar is attached to).

In UIKit/LNPopupController, if you disable popupBarShouldExtendPopupBarUnderSafeArea, you should have a visible space at the bottom, and if your custom popup bar view controller’s view extends under the bounds of the popup bar, it should fill that space. You might need to set a few clipsToBounds = false if the framework doesn’t do that for you.

With SwiftUI/LNPo…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by LeoNatan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants