m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
973 stars 146 forks source link

How can I present the dialog on top of ViewController? #165

Closed VictorUrielP closed 5 years ago

VictorUrielP commented 5 years ago

Hi,

First of all thank you for this amazing library.

I want to present my MZFormSheetPresentationController in this way, so it starts a the top of the ViewController and it has transparent background. I have read the documentation in the README but I can't realize how to do it.

whatsapp image 2019-02-12 at 10 36 58 pm

I would really appreciate some help. Thank you again!

VictorUrielP commented 5 years ago

I realized how to do it. Just added this two lines:

formSheetController.presentationController?.backgroundColor = UIColor.clear formSheetController.presentationController?.portraitTopInset = 0.0