diff --git a/HWPanModal.podspec b/HWPanModal.podspec index 6121084..fb45d61 100644 --- a/HWPanModal.podspec +++ b/HWPanModal.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'HWPanModal' - s.version = '0.9.6' + s.version = '0.9.7' s.summary = 'HWPanModal is used to present controller and drag to dismiss.' # This description is used to generate tags and improve search results. diff --git a/Sources/View/PanModal/HWPanModalContentView.m b/Sources/View/PanModal/HWPanModalContentView.m index b7109bf..df15337 100644 --- a/Sources/View/PanModal/HWPanModalContentView.m +++ b/Sources/View/PanModal/HWPanModalContentView.m @@ -408,6 +408,7 @@ - (UIView *)findKeyWindow { } } } + return nil; } @end