BottomSheetController icon indicating copy to clipboard operation
BottomSheetController copied to clipboard

Component containing supplementary content that are anchored to the bottom of the screen.

Results 4 BottomSheetController issues
Sort by recently updated
recently updated
newest added

hey Buddy , When content size of View / Viewcontroller is greator than Screen Size . view goes outside the frame .

Tried to import Swift Package locally and it works. But if you submit it to App Store, you will get error that `info.plist` inside this package contains CFBundleExecutable key

completion is not called here: ``` func close(completion: (() -> Void)? = nil) { sheetHeight = sheet.frame.height closeSheet(animated: true) { _ in self.dismiss(animated: true) } } ``` what about to...

For example if you need to support landscape orientation it means you have little height and need to scroll the contents. But it seems your library supports unscrollable content only