PanModal
PanModal copied to clipboard
An elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.
### Summary fixes: https://github.com/slackhq/PanModal/issues/168 https://user-images.githubusercontent.com/6007952/155074912-7e9ae592-8d74-4988-acc6-e01d54fb7d0c.mp4 ### Requirements (place an `x` in each `[ ]`) * [x] I've read and understood the [Contributing Guidelines](https://github.com/slackhq/PanModal/blob/master/CONTRIBUTING.md) and have done my best effort to...
### Description It would be nice to present a PanModalPresentable VC with customized behavior like [iOS 15's new "Sheets" API](https://developer.apple.com/design/human-interface-guidelines/ios/views/sheets/). - No alpha on presentingVC which is still touchable, -...
### Description Hi; I've just cloned the sample project and changed the short-form height of `FullScreenNavController` to `.contentHeight(200)`. But after changing this property the navigation bar height changed and when...
### Description PencilKit does not work well in PanModal ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [...
### Description Describe your issue here. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x ] question ### Requirements (place an...
### Description THIS ISSUE IS ALSO IN THE OFFICAL SLACK APP (in a way, look at attachment 6) There is an issue if you want to lay a view with...
### Description Hi. When i using PanModal, i faced strange issue that application crash with "EXC_BAD_ACCESS(code=2)". I guess cause is that current `PanModal` logic doesn't handle `-` offset by `contnetInsets.top`....
### Summary - Fix minor typo in comment (interally -> internally) ### Requirements (place an `x` in each `[ ]`) [x] I've read and understood the [Contributing Guidelines](https://github.com/slackhq/PanModal/blob/master/CONTRIBUTING.md) and have...
### Description Hi, Thanks a lot for providing this framework - I love it! Is there any way to present a VC as a "box", like the one in the...