Commit 0d4477a7 by Daniel Dahan

development: updated BottomSheetController to adjust rootViewController height…

development: updated BottomSheetController to adjust rootViewController height when bottomSheetLayoutStyle changes
parent 6d667e36
...@@ -390,6 +390,8 @@ open class BottomSheetController: RootController { ...@@ -390,6 +390,8 @@ open class BottomSheetController: RootController {
bottomSheet.height = bottomViewHeight bottomSheet.height = bottomViewHeight
bottomViewThreshold = view.bounds.height - bottomViewHeight / 2 bottomViewThreshold = view.bounds.height - bottomViewHeight / 2
rootViewController.view.height = view.bounds.height - bottomViewHeight
guard let vc = bottomViewController else { guard let vc = bottomViewController else {
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment