Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottom sheet is not covering screen #201

Open
vraj-s-shah opened this issue May 17, 2023 · 0 comments
Open

Bottom sheet is not covering screen #201

vraj-s-shah opened this issue May 17, 2023 · 0 comments

Comments

@vraj-s-shah
Copy link

I have used this code to present the bottom sheet

let optionMenuVC = OptionMenuViewController.instantiate(from: .main)
let sheetOptions = SheetOptions()
let sheetController = SheetViewController(controller: optionMenuVC, options: sheetOptions)
navController.present(sheetController, animated: true)

But this doesn't open the bottom sheet completely. It opens partly and when I drag it above it then comes back to its original place and I cannot interact with the UI. How to make this bottom sheet cover screen according to content
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant