We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af2bb7 commit 3272effCopy full SHA for 3272eff
1 file changed
BottomSheetDemo/Sources/User Interface/Screens/Root/RootViewController.swift
@@ -53,11 +53,7 @@ final class RootViewController: UIViewController {
53
let viewController = ResizeViewController(initialHeight: 300)
54
presentBottomSheetInsideNavigationController(
55
viewController: viewController,
56
- configuration: BottomSheetConfiguration(
57
- cornerRadius: 10,
58
- pullBarConfiguration: .visible(.init(height: 50)),
59
- shadowConfiguration: .init(backgroundColor: UIColor.black.withAlphaComponent(0.6), blur: .light)
60
- )
+ configuration: .default
61
)
62
}
63
0 commit comments