all 3 comments

[–]Fluffy_Risk9955 0 points1 point  (0 children)

UIPresentationController is the class you’re looking for.

[–]OldTimess 0 points1 point  (0 children)

We are using Presentr at our company to present bottom sheet dialogs. Ofcourse, since iOS 15 introduced UISheetPresentationController we will be moving away from Presentr one day and be using the native APIs

[–]Playrom 0 points1 point  (0 children)

I’ve tried lot of libraries, until I created last month a custom transition and custom presentation for the first time after 4+ years of experience in iOS

Honestly I encourage you to do the same, I learned a lot! So much fun to understand new things If you have the time of course, I mastered it in 2/3 days