I am trying to create button click to present bottom sheet viewcontroller using storyboard not code base. View controller swipe down to dismiss viewcontroller with background light dark effect.
I tried below cocoapods but I didn’t get easy way.
https://github.com/gordontucker/FittedSheets
Please, give me some ideas how to achieve this by using Storyboard?

Might be too late but I juste released a Framework that does exactly what you need. https://github.com/Que20/UIDrawer
Hope it'll help :)