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
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
The text was updated successfully, but these errors were encountered:
I have used this code to present the bottom sheet
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
The text was updated successfully, but these errors were encountered: