We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90534cc commit ab2239dCopy full SHA for ab2239d
HWPanModal.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'HWPanModal'
11
- s.version = '0.8.8'
+ s.version = '0.8.9'
12
s.summary = 'HWPanModal is used to present controller and drag to dismiss.'
13
14
# This description is used to generate tags and improve search results.
Sources/View/PanModal/HWPanModalContainerView.m
@@ -360,6 +360,7 @@ - (PresentationState)getCurrentPresentationState {
360
}
361
362
- (void)dismiss:(BOOL)isInteractive mode:(PanModalInteractiveMode)mode {
363
+ self.handler.panGestureRecognizer.enabled = NO;
364
365
[[self presentable] panModalWillDismiss];
366
0 commit comments