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

Changing BlurRadius #114

Closed gintechsystems closed 7 years ago

gintechsystems commented 8 years ago

Is changing the blur radius no longer possible with MZFormSheet? I know the older version used to allow this but I don't see the option anymore. I know we are using the native blur but I don't see why the option would not be available?

m1entus commented 8 years ago

No it is not possible, this was causing some bugs so i have decided to native blur

gintechsystems commented 8 years ago

Alright, thank you for letting me know. What bugs were occurring? I only ever had one that was an easy fix, I was supporting iOS 7 or newer though and only supported the iPhone family not iPad. I don't know if it would be rejected from the app store but I may just go back to the old version if I need to use it again.