PanModal
PanModal copied to clipboard
An elegant and highly customizable presentation API for constructing bottom sheet modals on iOS.
### Description The height of .longForm is ~570 and .shortForm height is ~450. And when I call ``` panModalSetNeedsLayoutUpdate() panModalTransition(to: state) ``` code animation is sharp and fast (without transition,...
### Description Have space between TableView top and tableHaderFooterViews top ### What type of issue is this? (place an `x` in one of the `[ ]`) - [] bug -...
### Summary Fix for iOS 17.1+ versions when using PanModal for view controller containers (UINavigationController, UIPageViewController, etc). In this case `containerView` inside `PanModalPresentationController` is nil and it breaks the logic,...
Fixed for iOS 17+ ### Summary Describe the goal of this PR. Mention any related Issue numbers. ### Requirements (place an `x` in each `[ ]`) * [x] I've read...
### Description Describe your issue here. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [x] bug - [ ] enhancement (feature...
### Description Describe your issue here. ### What type of issue is this? (place an `x` in one of the `[ ]`) - [ ] bug - [ ] enhancement...
### Summary Fix for ios 17.1+ versions when displaying certain UIViewControllers where `containerView` has not yet been set. ### Requirements (place an `x` in each `[ ]`) * [x] I've...
### Summary Describe the goal of this PR. Mention any related Issue numbers. ### Requirements (place an `x` in each `[ ]`) * [ ] I've read and understood the...
### Description Is it possible to somehow open PanModal above of a TabBar? ### What type of issue is this? (place an `x` in one of the `[ ]`) -...
Animator sends view will/did appear/disappear events, _hoverer_ presenting controller never disappears, which can trigger visual issues https://github.com/slackhq/PanModal/blob/b2f5bd7d169cba564d5c5b7203864f79be3fe826/PanModal/Animator/PanModalPresentationAnimator.swift#L75 https://github.com/slackhq/PanModal/blob/b2f5bd7d169cba564d5c5b7203864f79be3fe826/PanModal/Animator/PanModalPresentationAnimator.swift#L113