gordontucker / FittedSheets

Bottom sheets for iOS
MIT License
1.35k stars 278 forks source link

How to remove rounded corners when apply .fullscreen size #183

Closed dm-katsubo closed 1 year ago

dm-katsubo commented 2 years ago

In my case for devices without notch

Снимок экрана 2022-06-22 в 14 53 30

Thanks!

harish-suthar commented 1 year ago

Try below code:

self.sheetViewController?.cornerCurve = .continuous
self.sheetViewController?.cornerRadius = 0