MZFormSheetPresentationController
MZFormSheetPresentationController copied to clipboard
MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size...
Is this project still supported? There haven't been any commits in the last couple of years. I’m running into this: ``` 16827 16:25: repo/ (master) $ carthage update *** Fetching...
Is it possibile to add the support to Swift Package Manager?
This crash only happen on iOS 12. Here's the detail. `#0. Crashed: com.twitter.crashlytics.ios.exception 0 KhmerCalendar 0x100dd6630 CLSProcessRecordAllThreads + 4314342960 1 KhmerCalendar 0x100dd6af0 CLSProcessRecordAllThreads + 4314344176 2 KhmerCalendar 0x100dc6334 CLSHandler +...
[general] Caught exception during autorelease pool drain NSInternalInconsistencyException: It is an error to release a paused or stopped property animator. Property animators must either finish animating or be explicitly stopped...
I am wondering if anyone experiences freezing after the popup displayed in iOS 12? My app started to get frozen and no button is working when the popup is displayed....
Hi First thanks for the great library. It's really useful. But I am facing the memory leaks when using this library. I have debug into the code and came to...
L.S., When setting the deployment target to 10 I see 9 compiler issues, saying OSSpinLock is deprecated since iOS 10.0. (Use os_unfair_lock() from instead. There are three other similar calls...
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...
When navigating between views within the modal view (i.e. click button to show another view), by default it shows a fade animation. How do I change it to the standard...