BottomSheet icon indicating copy to clipboard operation
BottomSheet copied to clipboard

blurred or transparent background instead of opaque white

Open nylki opened this issue 2 years ago • 1 comments

I am not too familiar with UIKits UISheetPresentationController, but it would be quite useful to be able to define a material/blur and an opacity to the sheets background.

Is that in the scope of this package? If not, where would be the point to add the feature in a custom branch, would it be around here?: https://github.com/adamfootdev/BottomSheet/blob/main/Sources/BottomSheet/View%20Controllers/BottomSheetViewController.swift#L63

I imagine it could be done by inserting a UIVisualEffectView with UIBlurEffect just before the contentView is added there.

nylki avatar Jan 31 '22 16:01 nylki

I second this request; would be very pretty!

LinusGeffarth avatar Mar 03 '22 14:03 LinusGeffarth