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
974 stars 145 forks source link

Question about a default value? #160

Open Formerly opened 6 years ago

Formerly commented 6 years ago

MZFormSheetPresentationControllerDefaultAboveKeyboardMargin.Thus far, I have not found a corresponding API to modify this default value directly.Here's the usage scenario I will try to realize with my example, I plan to make a pop-up input controller from the bottom without the margin.Maybe I wasn't looking at the source code very carefully,but the margin is still there.If not, you can add it? If so, can you tell me how to modify it?